Minimal 2D game skeleton for Haxe Heaps engine
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.
Check out manual on nayata.github.io/heleton.
Example with touch support
Responsive game example
scenes — basic scene switching.
mobile — web example with touch support.
responsive — responsive game example.
pausable — pausable tweens.
transition — custom transition.
device — device test.