the Irrlicht Engine is a dream come true...

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
jclins
Posts: 86
Joined: Thu Jan 01, 2004 10:29 pm
Location: Texas, USA

the Irrlicht Engine is a dream come true...

Post by jclins »

I've been struggling with writing a custom DX9 3D engine for a long time. I've spent like $$$ on 3D programming books; combed the web for 3D tech info; and spent ungodly amount of time pouring over these information.

Then I caught wind of the Irrlicht Engine from the 3D Game Studio website. At first I was pretty skeptical after trying several 3D engines (genesis 3D, Quake I; Morrowind; Verge; the engine from the book "Programming Role Playing Games with DirectX" by Jim Adams; countless others) with the end result being the specific engine being too difficult to learn, too buggy, too much work up front, too ugly, etc.

After spending only three days with the Irrlicht Engine (gone through tutorials 1, 2, 4, 5, 6, 7, & 8), I have to say this is by far the best overall 3D engine out there. Thank you Nikolaus Gebhardt for such an easy to use/understand 3D engine. I can finally create my dream 3D game.

Keep up the great work!

- JC
qwe
Posts: 112
Joined: Sun Dec 28, 2003 12:54 am
Location: Oregon, USA

Post by qwe »

absolutely. the class-based interface is sheer genius, and a lot of the functions are readable(addParticleSystemSceneNode instead of addPSSN or something similar). and it's covered under a non-restrictive license 8)
DarkWhoppy
Posts: 386
Joined: Thu Sep 25, 2003 12:43 pm
Contact:

Post by DarkWhoppy »

Yeap, Irrlicht is the shiz 8). I got tired of searching for engines that "worked" for me too. And then a friend of mine found this website and wham! Hit me in the face :P. I've got a huge engine list on my website if you wanna check out that...but I still suggest Irrlicht.

www.phyer.net/whoppyarts/
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Re: the Irrlicht Engine is a dream come true...

Post by niko »

jclins wrote:After spending only three days with the Irrlicht Engine (gone through tutorials 1, 2, 4, 5, 6, 7, & 8), I have to say this is by far the best overall 3D engine out there. Thank you Nikolaus Gebhardt for such an easy to use/understand 3D engine. I can finally create my dream 3D game.
Thanks :) Hope you are successful, would like to see another game using Irrlicht. :)
jclins
Posts: 86
Joined: Thu Jan 01, 2004 10:29 pm
Location: Texas, USA

Post by jclins »

Wahoo! I just finished the splitscreen tutorial by Max Winkel. This is fantastic stuff. I am still floored at how easily it is to code stuff for Irrlicht.

Anyway, I'm still playing around with the engine in general. I've modified the splitscreen to show the three views on the right hand of the screen like so (please excuse my pathetic attempt at ASCII art):

------------------------------
|...........................|.......| <----- front view
|...........................|____|
|...........................|.......| <----- top view
|...........................|____|
|...........................|.......| <----- left view
|_______________|____|
^
|------------------------------ user-controlled view

Thanks for the well written tutorial, Max. We need more tuts, Max! :)

Other than that, I've started building a source code structure to abstract some of the operations much like the code written by Darkwhoppy for PacBot (thanks, guy! -- although there are some places in the code that I don't fully understand).

I plan on creating a game like the old (1995) lion pc game (where you as the player control the lion and go on hunts to feed yourself and avoid wildlife hunters) by Sanctuary Woods. I think by using additional viewports will enhance the game by showing different perspective of the hunt or show what the other AI lions in your pack (ala the never-release XCOM Alliance) sees. The main user-controlled view will be switchable between 1st person (animal?) or 3rd person view. At any rate, that's the plan. :)

- JC
jclins
Posts: 86
Joined: Thu Jan 01, 2004 10:29 pm
Location: Texas, USA

Post by jclins »

Here's a link for more info on the lion game:

http://www.mobygames.com/game/versions/gameId,4479/

and screenshots of XCOM Alliance:

http://www.zone.ee/Ufola/XCOM.html

- JC
DarkWhoppy
Posts: 386
Joined: Thu Sep 25, 2003 12:43 pm
Contact:

Post by DarkWhoppy »

jclins wrote:Other than that, I've started building a source code structure to abstract some of the operations much like the code written by Darkwhoppy for PacBot (thanks, guy! -- although there are some places in the code that I don't fully understand).
Yeah, the code is sloppy and quickly written :lol: I've started another project and after its complete then I was thinking of coming back to finishing PacBot as a real PacMan game :wink:
Guest

Post by Guest »

Okay, I've posted a screen shot of what I've been working on so far. Warning, it looks pretty pathetic right now. :)

http://www.freewebs.com/jclins/

...and yes I know it is a horse not a lion. It's just a place holder right now until I can create a lion model with Anim8tor (still learning how to use it).

- JC
DarkWhoppy
Posts: 386
Joined: Thu Sep 25, 2003 12:43 pm
Contact:

Post by DarkWhoppy »

I really suggest MilkShape, its a great modeler and its format is supported by Irrlicht. (It can also import/export almost ANY format)
Programmer of the Irrlicht Scene Editor:
Homepage - Forum Thread
Version 2 on its way!!
DarkWhoppy
Posts: 386
Joined: Thu Sep 25, 2003 12:43 pm
Contact:

Post by DarkWhoppy »

Oh yeah, wheres a link to the orginal game that you're remaking?
Programmer of the Irrlicht Scene Editor:
Homepage - Forum Thread
Version 2 on its way!!
jclins
Posts: 86
Joined: Thu Jan 01, 2004 10:29 pm
Location: Texas, USA

Post by jclins »

I've posted some screen captures of the original lion game on my web page now for all to see. :)

- JC
DarkWhoppy
Posts: 386
Joined: Thu Sep 25, 2003 12:43 pm
Contact:

Post by DarkWhoppy »

Kewl Kewl, how about setting up your site with some HTML? (give it alittle "look" instead of straight text) 8)

Whats the object of the game? :?:
Programmer of the Irrlicht Scene Editor:
Homepage - Forum Thread
Version 2 on its way!!
stampsm
Posts: 142
Joined: Mon Nov 10, 2003 5:52 pm
Location: Las Vegas

Post by stampsm »

i got a copy of the lion game but it won't work for me in xp but about 5-6 years ago it was fun to play in windows 3.1
it would be neat to see what the irrlicht engine can do for something like that
jclins
Posts: 86
Joined: Thu Jan 01, 2004 10:29 pm
Location: Texas, USA

Post by jclins »

Yes. I remember the good old days playing Lion on my old gateway pentium 100 mhz pc (which was top of the line at the time). I was able to get it to run under windows 2000 at work (err...I mean at home). :)

At any rate, I'm hoping to post some screen shots of my lion model tomorrow on my website. :D


- JC
jclins
Posts: 86
Joined: Thu Jan 01, 2004 10:29 pm
Location: Texas, USA

Post by jclins »

Well, the pic is up (in all it's unadulterated wireframe view). :)

It's taking me longer to learn Anim8tor than I originally thought. :(

- JC
Post Reply