Skip to content

nayata/heleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0bd4aaf · Jun 18, 2024

History

6 Commits
Jun 18, 2024
Jun 18, 2024
Jun 16, 2024
Jun 16, 2024
Jun 16, 2024

Repository files navigation

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.