-
Notifications
You must be signed in to change notification settings - Fork 4
Monolith Engine on mobile
Welcome!
Monolith Engine is now being ported to mobile. Although the engine itself is already able to run on phones, there is still some work to be done. The project to track the progress: https://github.com/Lajbert/MonolithEngine/projects/1
The branch containing the code: android_test_2
Current status: The platformer example is already running on mobile, however, some refactoring must be done to improve the game's performance and developer experience. The code has been split to separate projects, both target platform has its own project now (PC and Android) which are using the same codebase, therefore any code change can be tested right away on both desktop and mobile. The development will be finished in the next few weeks, and the platformer game will serve as an example of how to develop to multiple platforms at the same time with Monolith Engine. Once the development is done, the code from android_test_2 will be merge to master, and this will get updated to explain the project structure and development workflow.