Um... I can't run Irrlicht

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
NEWbie

Um... I can't run Irrlicht

Post by NEWbie »

Help! I downloaded Irrlicht and read the read me... but how do I really RUN Irrlicht?
Armen138
Posts: 298
Joined: Mon Feb 23, 2004 3:38 am

Post 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.
if you're looking for me, start looking on irc, i'm probably there.
Frobozz
Posts: 19
Joined: Wed Jul 13, 2005 6:38 pm

Post 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:
Post Reply