Um... I can't run Irrlicht
Um... I can't run Irrlicht
Help! I downloaded Irrlicht and read the read me... but how do I really RUN Irrlicht?
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.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.