Zerolib is a framework agnostic library of extensions, utilities, and other helpful classes for making games!
notice: this library is in an alpha state, and may introduce breaking changes with updates
With Haxe installed, use this command to install:
haxelib install zerolib
Then, add the following to your game's hxml
:
-lib zerolib
Then you'll be set!
This library is split into two distinct sections, Extensions, and Utilities.
Check the API for specific usage instructions!
Extensions are a neat language feature of Haxe. They can add functionality to preexisting classes.
Learn more about using Extensions here!
A handful of utilities like vectors, a tweening library, a A* haxe implementation, and more!