Broken Irrlicht Engine

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
GravityGouseSS
Posts: 1
Joined: Wed Sep 11, 2019 8:38 am

Broken Irrlicht Engine

Post by GravityGouseSS »

Hello. I want to create game on C++ using Irrlicht Engine. But, after I download it (from official site), it's half empty!

He hasn't Linux library (and Windows), so what happened?. Pleas help!

Comment
CuteAlien
Admin
Posts: 9652
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Broken Irrlicht Engine

Post by CuteAlien »

Hello. There should be binaries in the bin\Win32-VisualStudio folder and a 64-bit dll in the bin\Win64-VisualStudio folder. For Linux you have to build the engine yourself using either the Makefile or Code::Blocks. Also on other platforms you can rebuild the engine. If you want to build only the engine use the build-files in source/Irrlicht, if you want to rebuild the engine + all examples (recommended) then use the build files in the examples folder.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply