bibendovsky / ltjs

LithTech Jupiter System
47 stars 13 forks source link

Has this version been stable yet? #1

Closed ghost closed 7 years ago

ghost commented 7 years ago

I can't find any upgrade, and suddenly I found yours, so I wanted to use it to make some things...... So is it stable? Thank you very much! What is the difference between OpenGL, Develop, and Master?

bibendovsky commented 7 years ago

Branch 'opengl' was used to add OpenGL render. It's in very early stage of development and abandoned for now. Branch 'develop' can be compiled with GCC (but only under MinGW) or Visual C++. Branch 'master' can be compiled only with Visual C++. So you can safely use 'develop' branch.

ghost commented 7 years ago

Thank you for reply! But, for Branch 'develop', is there anything else that is not perfect?

bibendovsky commented 7 years ago

Just checked branch 'develop'. Compiles fine in Visual Studio 2017. Not compilable with GCC v7.2.0 under MinGW.

ghost commented 7 years ago

OK, thank you very much sir!