- 🚀 Entity - Sprite, Animation, ParticleSystem, Modifier...
- 🎵 Audio - Audio control using SoundPool API and MediaPlayer API
- 🕹️ Input - Touch, Acceleration and Orientation support
- 🎨 Graphics - 2D Rendering using Canvas API
- ⚙️ UI - Native Android UI with Fragment, Dialog, Button...
Add the jitpack
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency
dependencies {
implementation 'com.github.nativegamestudio:naty-engine:<version>'
}
Naty Engine is licensed under the MIT license