Tutorial???

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.
RookieRoller

Tutorial???

Post by RookieRoller »

Is there any complete tutorial to irrlicht?
bal
Posts: 829
Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium

Post by bal »

General Tools List
General FAQ
System: AMD Barton 2600+, 512MB, 9600XT 256MB, WinXP + FC3
rookieroller

Post by rookieroller »

I think irrlicht has more functions that there is how-tos.
Guest

Post by Guest »

I meant: That cant be the complete tutorial because there isn't tutorial even for creating moving camera!
bal
Posts: 829
Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium

Post by bal »

Anonymous wrote:I meant: That cant be the complete tutorial because there isn't tutorial even for creating moving camera!
Indeed. http://irrlicht.sourceforge.net/docu/index.html for all possible stuff with the standard Irrlicht. The Techdemo example source also shows some features.
General Tools List
General FAQ
System: AMD Barton 2600+, 512MB, 9600XT 256MB, WinXP + FC3
Peter Müller
Posts: 292
Joined: Sun Mar 14, 2004 5:28 pm
Location: Germany
Contact:

Post by Peter Müller »

rtfm!
Or do you need somebody to tell you every code line ? :evil:
http://www.games-forge.de - Die Community für Nachwuchsprogrammierer
Black-Rainbow
Posts: 2
Joined: Sun Sep 05, 2004 8:56 pm
Location: Iserlohn, Germany

Post by Black-Rainbow »

Sorry Peter,
but I don't think that had been the right answer to RookieRoller's question.

The basics are in the docu of course, but the user stuff is not much.

And look at the forum's name "Beginners Help".
Rtfm is not a help for a newbie.
/* no comment */
Robomaniac
Posts: 602
Joined: Sat Aug 23, 2003 2:03 am
Location: Pottstown, PA
Contact:

Post by Robomaniac »

rtfm worked 90% of the time for me :)
The Robomaniac
Project Head / Lead Programmer
Centaur Force
Peter Müller
Posts: 292
Joined: Sun Mar 14, 2004 5:28 pm
Location: Germany
Contact:

Post by Peter Müller »

Black-Rainbow wrote:Sorry Peter,
but I don't think that had been the right answer to RookieRoller's question.

The basics are in the docu of course, but the user stuff is not much.

And look at the forum's name "Beginners Help".
Rtfm is not a help for a newbie.
rtfm helped me, too *g*
Which user stuff do you mean?
http://www.games-forge.de - Die Community für Nachwuchsprogrammierer
nitroman

Post by nitroman »

I meant: That cant be the complete tutorial because there isn't tutorial even for creating moving camera!
http://irrlicht.sourceforge.net/tut002.html
Guest

Post by Guest »

Whats wrong whit this code:

IrrlichtDevice *device =
createDevice(video::EDT_DIRECTX8,
core::dimension2d<s32>(640, 480), 16);

Whe i run the program i get windows "error report" window and the program crashes. Ive also tried EDT_DIRCETX9 but even that dont work. I have DIRCETX correctly installed. Ive changed the EDT_DIRECTX8 to EDT_OPENGL or EDT_SOFTWARE and that works. But how to get DIRECTX work?
Robomaniac
Posts: 602
Joined: Sat Aug 23, 2003 2:03 am
Location: Pottstown, PA
Contact:

Post by Robomaniac »

Your using Dev C++ which doesn't have DirectX Support
The Robomaniac
Project Head / Lead Programmer
Centaur Force
Saguman
Posts: 10
Joined: Fri Jul 23, 2004 7:48 am

Post by Saguman »

Anonymous wrote:But how to get DIRECTX work?
=> http://irrlicht.sourceforge.net/phpBB2/ ... php?t=1700
Black-Rainbow
Posts: 2
Joined: Sun Sep 05, 2004 8:56 pm
Location: Iserlohn, Germany

Post by Black-Rainbow »

Do you know the "3D Game Studio"? http://www.gamestudio.de

There are muh more Tutorials and a Community that is very nice to Newbies.

The manual is my tutorial too, but I wish there would be user created Tutorials. Is it now clear?
/* no comment */
Oz
Posts: 81
Joined: Tue Aug 31, 2004 3:34 pm

Post by Oz »

These guys made a DLL to use IrrLicht with GameMaker
http://home.tiscalinet.de/xception/

Here you can find 3rd party projects some are open source. Is that what you mean? Opensource 3rd party projects?
http://irrlicht.sourceforge.net/links.html
"When we looked at the relics of the precursors, we saw what heights civilization can attain.
When we looked at their ruins, we marked the danger of that height." -Keeper Annals
(Thief2: The Metal Age)
Post Reply