The engine of Halu.
Created by [r]labs.
- Language: Kotlin
- Engine: LibGDX
- Entities:
position,color,scale,rotation,origin,alpha. - Complex entities can have child entities.
- Animated movie clips with loops.
- Perfect collisions with Box2d.
- Lights with Box2dLights.
- Tween support with TweenEngine.
- Tap detection, onDrag support.
- Buttons and auto-hiding widgets.
- Labels with TrueType font loading.
- An automatic color blender for cool effects.
- Async loading, with loaded percentage.
- A bunch of utils (like temp vectors).
- Replace
ChangeMewith theNameOfTheGame. - Replace
com.rlabs.NameOfTheGamewithcom.yourpackage.nameofthegame. - Replace
ChangeThisTokenwith a secret token. - Enable integrations in the
AndroidMobileServicesclass.
