zerolib

Zerolib is a framework agnostic library of extensions, utilities, and other helpful classes for making games!
https://github.com/01010111/zerolib

To install, run:

haxelib install zerolib 0.8.1 

See using Haxelib in Haxelib documentation for more information.

README.md

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

Contributors
01010111
austineast
Version
0.8.1
Published
3 years ago
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub