Zerolib is a framework agnostic library of extensions, utilities, and other helpful classes for making games!


Keywords
extensions, game, gamedev, math, utilities, flixel, flixel-utilities, haxe, haxeflixel
License
MIT
Install
haxelib install zerolib 0.6.5

Documentation

zerolib logo

ZEROLIB

build status

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

Installing

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!

Usage

This library is split into two distinct sections, Extensions, and Utilities.

Check the API for specific usage instructions!

.extensions

Extensions are a neat language feature of Haxe. They can add functionality to preexisting classes.

Learn more about using Extensions here!

.utilities

A handful of utilities like vectors, a tweening library, a A* haxe implementation, and more!

Browse the API