DGLE
DGLE copied to clipboard
Consider of using CMake for engine and basic plugins build.
In case C# and Delphi code exists in the project it is not a good idea to use CMake. Because it only could be used with engine itself and some plugins. If it would be necessary may be make files for unix should be added.
Must be implemented. Consider to move examples with other languages to separate repository. DGLE may leave only engine and contib plugins.
Useful link with Cmake example https://github.com/LuaDist/luajit/tree/master/cmake
Also implement continuous integration: https://travis-ci.org/ http://www.appveyor.com