Hello I have a question about 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
irrdeveloper123
Posts: 2
Joined: Mon Mar 20, 2017 4:33 am

Hello I have a question about irrlicht

Post by irrdeveloper123 »

Hi, I'm new to irrlicht, and want to set it up, just wanted to know, would code block work better then visual studio, If I want to use visual studio what version can be used for irrlicht. I know c++ just not that well, but I can program, What do you guys recmend me to use. ether one is good for me just would like to know what works best, Thank you :)
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Hello I have a question about irrlicht

Post by CuteAlien »

If you plan to do only Windows development then go with visual studio. If you want to do cross-platform development Windows/Linux then Code::Blocks is nice as it's available on both platforms. Thought you can also for example use C::B on Linux and VS on Windows.

Irrlicht doesn't come with newest VS project files, but VS is usually able to update project files. Do that and set the platform toolset (in project properties - configuration properties - general) to your current VS version and recompile.

If you use Irrlicht svn trunk version (slightly recommended, it's the version which will become Irrlicht 1.9 and I generally work with that) then there is a VS 2015 project file in there. I hope that one works (can't test as VS 2015 refuses to work on my computer, but I'll give a new shot soon with VS 2017).
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
irrdeveloper123
Posts: 2
Joined: Mon Mar 20, 2017 4:33 am

Re: Hello I have a question about irrlicht

Post by irrdeveloper123 »

Ok thanks, I'm going to do that :)
Post Reply