Page 1 of 1

Um... I can't run Irrlicht

Posted: Fri Sep 02, 2005 6:56 pm
by NEWbie
Help! I downloaded Irrlicht and read the read me... but how do I really RUN Irrlicht?

Posted: Fri Sep 02, 2005 9:21 pm
by Armen138
well, you don't. irrlicht is a library, which means an application can use its classes and methods to render 3d graphics. What you can run are the examples, just compile them and have a look.
You'll need a C++ compiler for this.

Posted: Fri Sep 02, 2005 9:26 pm
by Frobozz
Armen138 wrote:well, you don't. irrlicht is a library, which means an application can use its classes and methods to render 3d graphics. What you can run are the examples, just compile them and have a look.
You'll need a C++ compiler for this.
Actually you don't have to compile the examples to view them. Just look under Irrlicht directory->bin->Win32-VisualStudio. You'll find the executables for the demos are in there. :wink: