Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.43 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.43 KB

Heleton

Minimal 2D game skeleton for Haxe Heaps engine

Heleton

Although Heaps is a flexible and performant engine, it can feel a bit DIY in certain areas. Heleton is designed to fill in these gaps for a quicker start: it includes a scene manager with smooth transitions, automatic scene updates, an tween engine, scripts for custom resize handling, and a simple performance display panel.

Heleton draws some inspiration from deepnight’s gameBase, but is designed to be as simple and minimalistic as possible.

Manual

Check out manual on nayata.github.io/heleton.

Demo

Example with touch support
Responsive game example

Examples

scenes — basic scene switching.
mobile — web example with touch support.
responsive — responsive game example.
pausable — pausable tweens.
transition — custom transition.
device — device test.