DGLE-HQ / DGLE

Powerful independent cross-platform engine for 2D/3D games and visualizations. Young, strong and crazy!
http://dgle.dronprogs.org
GNU Lesser General Public License v3.0
161 stars 39 forks source link

Consider of using CMake for engine and basic plugins build. #58

Open megaDRONe86 opened 12 years ago

megaDRONe86 commented 12 years ago

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.

megaDRONe86 commented 11 years ago

Must be implemented. Consider to move examples with other languages to separate repository. DGLE may leave only engine and contib plugins.

megaDRONe86 commented 9 years ago

Useful link with Cmake example https://github.com/LuaDist/luajit/tree/master/cmake

megaDRONe86 commented 9 years ago

Also implement continuous integration: https://travis-ci.org/ http://www.appveyor.com