Hello I have a question about irrlicht
-
- Posts: 2
- Joined: Mon Mar 20, 2017 4:33 am
Hello I have a question about irrlicht
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
Re: Hello I have a question about irrlicht
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).
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
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Posts: 2
- Joined: Mon Mar 20, 2017 4:33 am
Re: Hello I have a question about irrlicht
Ok thanks, I'm going to do that