A Irrlicht Begginers Manual

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

Thanks.
1. We should add a section about irrEdit.
2. Lets just add the section name one edited so others can see the exact changes (when you edit just above your name in the note there)
3. I've also edited the 1.2.1 Irrlicht's Advantages section a bit.
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
fireside
Posts: 158
Joined: Thu Dec 01, 2005 10:55 pm

Post by fireside »

I'm just starting to look at ODE so maybe I'll be able to update the tutorial or add some new ones once I figure it out. The one up there is outdated and the link for the files is dead.
fireside
Posts: 158
Joined: Thu Dec 01, 2005 10:55 pm

Post by fireside »

How do you post source without it getting all messed up?
edit:nevermind. I found someone elses. Hope it helps someone with ODE.
dejai
Posts: 522
Joined: Sat Apr 21, 2007 9:00 am

Post by dejai »

Thanks :D There is information on the wiki page on how to edit the wiki.. its a bit strange I know. But it should all work out, if you showing something about another engine make a new page like main?IrrlichtManualChapter1ODETutorail
and then link this to the correct location within the main body of the manual :D

Thanks for you input :D
Programming Blog: http://www.uberwolf.com
fireside
Posts: 158
Joined: Thu Dec 01, 2005 10:55 pm

Post by fireside »

I put it in the tutorial section of the main page with the newton physics stuff. I didn't think it would fit right in the beginner's manual. I'll try to come up with something for the manual.
dejai
Posts: 522
Joined: Sat Apr 21, 2007 9:00 am

Post by dejai »

Add Chapter, 11 that can be about newton / physic engine integration.
Programming Blog: http://www.uberwolf.com
fireside
Posts: 158
Joined: Thu Dec 01, 2005 10:55 pm

Post by fireside »

I'm a little confused. Here's the link from the Irrlicht main page to the wiki.
http://www.irrlicht3d.org/wiki/

Where is the manual listed on that page? Or is it all the manual?
dejai
Posts: 522
Joined: Sat Apr 21, 2007 9:00 am

Post by dejai »

its under tutorials,
click my signature
Programming Blog: http://www.uberwolf.com
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

I though of something very important but I don't know where to add it.
A paragraph saying that to learn to use the engine one must dive into its source, not just the API(=Interfaces) but the cpp files. It is very important for one to know to check those areas so when he has a bug with some irrlicht method he can go and see what that method does and understand how to fix his code.
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

Another section I think we should add is about debugging irrlicht. I'm not sure as well as to where to add it.
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
dejai
Posts: 522
Joined: Sat Apr 21, 2007 9:00 am

Post by dejai »

Maybe chapter 2 learning the basics or even make it in a new chapter.
Programming Blog: http://www.uberwolf.com
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

Manual->InsertAfter(Chapter2, DebuggingIrrlichtChapter);
// I don't know how to edit the wiki right so someone else do it please.
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
dbest
Posts: 10
Joined: Wed Jan 02, 2008 4:45 pm

Post by dbest »

Just added to chapter 2, camera basics, and tried to format the wiki page to maintain consistency with the others.
radiant
Posts: 112
Joined: Fri Feb 22, 2008 8:04 pm
Location: Mexico

Post by radiant »

Is this still being updated?... 3 mots since last post...>_< ...

Anyway.... here's a thoug... instead of making many small proyects troughout each chapter... instead stiking with a single proyect through all the book... start simple... just an empty screen... then adding meshes.. then terrain... then skyboxes.... etc... but all the examples stiking with a single proyect... no change to the index proposed... this way... the manual could work for ppl to start from 0 to a decent mid lvl... in practical steps... of course not all subjects can be applyed to a single proyect.. but in the pertinent chapters explain alternative ways of doin the same task for the same proyect...

The tutorials are greath... the only problem ius that u have to scratch parts from too many places to actually be able to make a game...

Why not something like this:

CH1: First proyect: empty screen
CH2: Add meshes, camara, hidding cursor (deppends on the aimed proyect)to the previus empty screen
CH3: (Not part of a 3d game so... it can be independent)
CH4: Adding collision detection(maybe adding terain before this)
CH5: Adding event response to some nodes IN THE SAME PROYECT
CH6: Adding Menus to the proyect(more on event reciver maybe)
CH7: Adding special Effects to the proyect.

Its just a very raw idea... but i think it might work

Of course the explanations and all remain intact.

Also... i didnt see anything on animation in the current index...
(bone animation, frame loop animation) maybe before event reciver...

Just something to think about ^_^
Zero2Hero-DK
Posts: 2
Joined: Mon Jul 05, 2010 8:36 pm
Location: Denmark

Still working on the wiki?

Post by Zero2Hero-DK »

Hey there,
I just fell over this thread and found it very interesting and must say, dejai, thanks for the effort you have putted into this project - really appreciated as a Irrlicht newcommer.

Are you guys still working on this wiki? I saw that the last time the wiki has been updated was last year in September. I might be willing to throw in a comment or two in the future, as I'm going to create a turn based RPG using the irrlicht engine.

Just to check if this project is still alive :-)
Post Reply