where to start?

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
spiff88
Posts: 15
Joined: Fri Nov 23, 2007 5:52 pm
Location: Michigan

where to start?

Post by spiff88 »

I'm just beginning in programming ive started out with gamemaker and sampled other programs like torque and 3dgs so i have a basic understanding about how games are made, ive recently learned most of the basic syntax of c++ and i wanted to actually make something i want to if this is the right place to begin and if so what would be the best way to go about learning irrlicht and if not what do you recommend
ent1ty
Competition winner
Posts: 1106
Joined: Sun Nov 08, 2009 11:09 am

Post by ent1ty »

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!
nathanf534
Posts: 199
Joined: Tue Dec 09, 2008 2:55 am

Post by nathanf534 »

I would say study the examples. Compile an example that interests you, then try to modify it to do something you want. You will learn a lot this way.
while(signatureEmpty){cout<<wittyComment();}
slavik262
Posts: 753
Joined: Sun Nov 22, 2009 9:25 pm
Location: Wisconsin, USA

Post by slavik262 »

Welcome to the awesome world of programming. Like ent1ty sugguested, the tutorials are a great place to start. If you get caught up on language concepts or syntax, check a website like learncpp.com or cplusplus.com

Have fun!
spiff88
Posts: 15
Joined: Fri Nov 23, 2007 5:52 pm
Location: Michigan

Post by spiff88 »

I'm not necessarily new to program in general just specifically c++ but how are you suppose to figure out all the functions ect in irrlicht, because the tutorials dont really go over everything, is there a manual
spiff88
Posts: 15
Joined: Fri Nov 23, 2007 5:52 pm
Location: Michigan

Post by spiff88 »

never mind about the manual is there a place to get user created examples
nathanf534
Posts: 199
Joined: Tue Dec 09, 2008 2:55 am

Post by nathanf534 »

how are you suppose to figure out all the functions ect in irrlicht
http://irrlicht.sourceforge.net/docu/index.html
while(signatureEmpty){cout<<wittyComment();}
Brainsaw
Posts: 1177
Joined: Wed Jan 07, 2004 12:57 pm
Location: Bavaria

Post by Brainsaw »

I guess you are in the right place for user created examples. OK, not real examples. Normally the projects posted here lack good documentation, but you could nevertheless learn a lot from those. Try some games (most are open source around here I guess) and if you see some features you like take a look at the code. If you get stuck at some point don't hesitate to ask the one who created the program. I guess most of the people around here would be willing to help.
Dustbin::Games on the web: https://www.dustbin-online.de/

Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
Ravi08
Posts: 249
Joined: Thu Jul 17, 2008 12:25 pm

Post by Ravi08 »

I would suggest this great tutorial http://irrlicht.sourceforge.net/phpBB2/ ... p?p=136776
"Hey Baby Wobbling Wobbling"
-Russell Peters
Post Reply