nicolasgramlich / AndEngine

Free Android 2D OpenGL Game Engine
http://www.andengine.org
Apache License 2.0
3.17k stars 1.35k forks source link

Gather all modules into one single project #262

Closed olivierperez closed 2 years ago

olivierperez commented 9 years ago

It was hard to work with multiples project from Github, so I gather them into one single project.

Gathering modules enables us to ensure all the code classes are consistent for every commits. The project is now defined by build.gradle file. It can be used in Eclipse, Android Studio, or any other IDE supporting Gradle and Android.