tapeworm

Discussion about everything. New games, 3d math, development tips...
kazymjir
Posts: 727
Joined: Sat Feb 20, 2010 4:05 pm
Location: Munich, Bayern

Re: tapeworm

Post by kazymjir »

Christmas is coming!

Image


By the way, did you see this game?
http://www.youtube.com/watch?v=4B6oqSAwpe4
chronologicaldot
Competition winner
Posts: 684
Joined: Mon Sep 10, 2012 8:51 am

Re: tapeworm

Post by chronologicaldot »

Indeed it is, and it feels like forever since I worked with irrlicht. *sigh* I miss my darling. X)
kazymjir
Posts: 727
Joined: Sat Feb 20, 2010 4:05 pm
Location: Munich, Bayern

Re: tapeworm

Post by kazymjir »

I know there are a few people from Bavaria, as well from Germany. In the company where I work, we need to hire two part-time (20 hours a week) PHP developers based in Munich. Here is the job offer: http://bit.ly/1a38LiV

If you know somebody who would be interested, let me know or send him/her the link, please :-) We do not need any formal education in that field, so anybody who just can do things parctically will fit.

Thanks!

Edit: also need Linux sysadmins: http://bit.ly/1cVQRiU
ent1ty
Competition winner
Posts: 1106
Joined: Sun Nov 08, 2009 11:09 am

Re: tapeworm

Post by ent1ty »

Since this is fairly off-topic, I'll post it here

https://play.google.com/store/apps/deta ... ured&hl=en

It's an Android GPU fractal explorer I created as a school assignment. However, it does not use Irrlicht at all, so that's why it's off-topic. I figured maybe someone would be interested in checking it out had somebody told them about it :P

I have a few improvements planned for it in the (hopefully) near future, but any constructive criticism is very much welcome (especially since this my first android app).
irrRenderer 1.0
Height2Normal v. 2.1 - convert height maps to normal maps

Step back! I have a void pointer, and I'm not afraid to use it!
chronologicaldot
Competition winner
Posts: 684
Joined: Mon Sep 10, 2012 8:51 am

Re: tapeworm

Post by chronologicaldot »

@ent1ty - Looks good. Better than my junk. Of course, recently I've spent WAY more time in Java, particularly trying to make 3D fractals. I exported some fractals from an existing fractal program to Povray and got some... minorly satisfying results.
Image
Image
ent1ty
Competition winner
Posts: 1106
Joined: Sun Nov 08, 2009 11:09 am

Re: tapeworm

Post by ent1ty »

Hey that looks pretty cool, have you tried with more/different shapes? Also I checked out Povray, looks interesting, I was hoping to implement a ray tracer myself one day as well :P
irrRenderer 1.0
Height2Normal v. 2.1 - convert height maps to normal maps

Step back! I have a void pointer, and I'm not afraid to use it!
kazymjir
Posts: 727
Joined: Sat Feb 20, 2010 4:05 pm
Location: Munich, Bayern

Re: tapeworm

Post by kazymjir »

Image

Warum ist der Knödel rund?
https://www.youtube.com/watch?v=es0Ybl11lN8
ent1ty
Competition winner
Posts: 1106
Joined: Sun Nov 08, 2009 11:09 am

Re: tapeworm

Post by ent1ty »

We now have irc stats again: http://www.fi.muni.cz/~xkrupick/ircstats/ :)
As CuteAlien correctly pointed out, the NSA may very well thrive off them, so don't go to #irrlicht if you're a terrorist... Or a "hacker", posting url links and such.

As for the rest of you, come join us in the channel! :)

P. S.: I'm hoping to obtain older logs for the stats, ping me in #irrlicht if you have any :wink:
irrRenderer 1.0
Height2Normal v. 2.1 - convert height maps to normal maps

Step back! I have a void pointer, and I'm not afraid to use it!
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: tapeworm

Post by CuteAlien »

Yes, terrorists please join #irrlicht-terrorist instead which is less monitored and won't be found by the NSA!
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
kazymjir
Posts: 727
Joined: Sat Feb 20, 2010 4:05 pm
Location: Munich, Bayern

Re: tapeworm

Post by kazymjir »

In the cubicles representin' for my Java homieeeeees!! 8)

http://www.youtube.com/watch?v=b-Cr0EWwaTk
chronologicaldot
Competition winner
Posts: 684
Joined: Mon Sep 10, 2012 8:51 am

Re: tapeworm

Post by chronologicaldot »

Anyone else hear of the D programming language? I read that it's similar to C++ and combines the benefits of higher-level languages with the speed of C++ because it compiles. While it's not ideal for the front-end of a website, it's been used for the back-end of facebook.

Article I read: http://www.wired.com/2014/07/d-programming-language/
Official website: http://dlang.org/

What do you guys think?
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: tapeworm

Post by CuteAlien »

Hang around https://news.ycombinator.com/ or reddit.com/r/programming or reddit.com/r/cpp and you'll run into posts about D every few weeks :-) Walter Bright (the D author) and Alexandrescu (the standard library developer for D and the guy evangelizing it at Facebook) constantly write and answer posts about D in those forums. I've been somewhat interested in it already for a few years, but haven't found a project yet to use it (problem is that it's so close to c++ that I always use that for my projects as I know it already well).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
chronologicaldot
Competition winner
Posts: 684
Joined: Mon Sep 10, 2012 8:51 am

Re: tapeworm

Post by chronologicaldot »

CuteAlien wrote:Hang around https://news.ycombinator.com/
-_- I knew I should have read that site more often and didn't. *sigh* Now I feel behind the times...
CuteAlien wrote:(problem is that it's so close to c++ that I always use that for my projects as I know it already well).
I was thinking that too. There is some convenient syntax sugar, but it doesn't look like it takes full advantage of the interpreted language quirks like Python's inline for-loops and such. You'd know about it more than I would, obviously. Do you think it has potential other similar languages don't or is it just another lang?
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: tapeworm

Post by CuteAlien »

No idea about it's potential. I'm pretty sure it would allow for faster development than c++ if it had all the libs and IDE support which c++ has. Which it hasn't so far. And personally I dislike that they made their standard library depend on garbage collection. But I've heard they work on a version which no longer does that. Before they get there it's hard to use it for serious games., otherwise one has to write own core-libraries like Irrlicht did back in the times for c++ (which was a rather debatable choice especially in hindsight).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
kazymjir
Posts: 727
Joined: Sat Feb 20, 2010 4:05 pm
Location: Munich, Bayern

Re: tapeworm

Post by kazymjir »

Time to revive the Tapeworm!
Post Reply