Search found 4 matches
- Tue Apr 24, 2007 4:16 pm
- Forum: Beginners Help
- Topic: How to start with Irrlicht
- Replies: 6
- Views: 425
Re: How to start with Irrlicht
I want to make a clone of tetris using irrlicht engine so that i can learn the API as well as game programming in general. And if you stuck with Tetris, have a look at my site, I also did a Tetris clone you can download (incl. source)... ;) thanks mate. i downloaded and am looking thru the source. ...
- Tue Apr 17, 2007 6:29 pm
- Forum: Beginners Help
- Topic: How to start with Irrlicht
- Replies: 6
- Views: 425
- Tue Apr 17, 2007 6:27 pm
- Forum: Beginners Help
- Topic: x.draw() not drawing :(
- Replies: 1
- Views: 1345
x.draw() not drawing :(
Im just getting used to the API and am very new to game programming as such. i tried to access the file open dialog with the following command. gui::IGUIElement x = gui::IGUIElement( gui::EGUIET_FILE_OPEN_DIALOG, guienv, guienv->getFocus(), 1, core::rect<s32>( 100, 150, 200, 250 ) ); where, guienv i...
- Thu Apr 05, 2007 4:12 am
- Forum: Beginners Help
- Topic: How to start with Irrlicht
- Replies: 6
- Views: 425
How to start with Irrlicht
hi, i just downloaded the Irrlicht engine. I'm a beginner and pretty good with 'C'. I haven't done any game programming before. I want to make a clone of tetris using irrlicht engine so that i can learn the API as well as game programming in general. could someone tell me the path i should take. cos...