is the collision example a reflection of the engine? (how ca

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
firesoul453
Posts: 12
Joined: Mon Jul 13, 2009 5:07 am

is the collision example a reflection of the engine? (how ca

Post by firesoul453 »

Hello
How can I convince my brother like this engine?
He tried several examples and one of them was the collison example. He got stuck in walls several times and had some problems.

I think he's just making an excuse but here's what he said

An example is a a way to test the engine if there are major bugs in the example then there are problems with the engine.

Would you guys agree? I figure you xan t expect a beginners turorial to be perfect but idk.
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: is the collision example a reflection of the engine? (ho

Post by CuteAlien »

The built-in collisions are good enough for a quick prototype. For a real game people tend to use a physics engine. The advantages of Irrlicht are that it is very good at getting something working quickly. And it's sources are easy enough to follow that you can dig very deep if you are interested in really learning 3D programming - something you can't do with a closed source engine. It also has it's limit's - thought so far none where I couldn't code my way around them.
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
firesoul453
Posts: 12
Joined: Mon Jul 13, 2009 5:07 am

Re: is the collision example a reflection of the engine? (ho

Post by firesoul453 »

Ya I mentioned that to him.
He is a good programmer but I think I'll end up working alone.

On a side note, is there any timeline for when 1.9 is supposed to come out? If not any decent guesses?
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: is the collision example a reflection of the engine? (ho

Post by CuteAlien »

Sorry no timeline for 1.9, only some open tasks which should be done first. Time we spend on Irrlicht varies a lot (first half of year I could put in more hours, while right now nearly none - no idea yet how it'll turn out next year).
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
Post Reply