Skip to content

afska/halu-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

halu-engine

The engine of Halu.

screenshot

rlabs Created by [r]labs.

features

  • 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).

instructions

  • Replace ChangeMe with the NameOfTheGame.
  • Replace com.rlabs.NameOfTheGame with com.yourpackage.nameofthegame.
  • Replace ChangeThisToken with a secret token.
  • Enable integrations in the AndroidMobileServices class.

recommended tools