-
Notifications
You must be signed in to change notification settings - Fork 36
Project overview & architecture
Marcus Brummer edited this page Oct 22, 2016
·
5 revisions
The project is devided into 3 submodules: commons, editor & libgdx-runtime
The editor module contains the editor UI all the functionality that is exclusively used by the editor.
Parts of it are written in Kotlin.
Required JDK version: 8
The libgdx-runtime module contains the libGDX runtime. The runtime is responsible for loading and rendering the assets, exported by the editor.
Required JDK version: 6
The commons module contains code, that is used both by the editor and the runtime.
Required JDK version: 6