kadir.basol Posted November 9, 2011 Posted November 9, 2011 Do you have any plans to support QT Creator? We try to abandon from VS Studio 2010...
ivan.cuevas Posted November 10, 2011 Posted November 10, 2011 Unigine uses SCons as build system, I don't know if QtCreator supports SCons, but it supports CMake. I think creating a CMake project for Unigine SDK would be very good. CMake doesn't build the library itself, but it creates the project files for the compiler of your choice (Eclipse, QtCreator, MinGW, VisualStudio, Codeblocks, Unix makefiles, ...) I'm not saying CMake is better than SCons and I don't want to create a discussion around this, but the inclusion of CMake project in Unigine would be a significant improvement. I have created my own CMake project for Unigine library, it means this project fits our needs, but it can be used as starting point. Actually our projects compile (and run) in Windows (VisualStudio 2010) and Linux (QtCreator) If Unigine team or any of you are interested in this file I can shared it. Just let me know :)
manguste Posted November 15, 2011 Posted November 15, 2011 As for now, we'd stick to the current building options. Thank you, however; in case we decide to include a CMake project, we will gladly accept your suggestion.
kadir.basol Posted November 16, 2011 Author Posted November 16, 2011 It would be great if you support a Cross Platform IDE , You have a cross platform 3D Engine so , u need cross platform IDE.
Recommended Posts