zerolib-flixel
zerolib-flixel copied to clipboard
Some helper classes for HaxeFlixel that I like to use :sparkles:

ZEROLIB-FLIXEL
Zerolib-flixel is a library of extensions, utilities, and other helpful classes for making games quickly in haxeflixel!
notice: this library is in an alpha state, and may introduce breaking changes with updates
Installing
With Haxe and Flixel installed, use this command to install:
haxelib install zerolib-flixel
Then, add the following to your game's Project.xml:
<haxelib name="zerolib" />
Then you'll be set!
Usage
This library is split into several distinct sections:
ec- Some building blocks for working compositionally using Entities and Componentsextensions- A handful of extensions that add functionality to existing flixel classesinput- A basic Controller and Player Controllershaders- A handful of shaders ready to be used in flixelsprites- Several classes that extend FlxSpritestates- FlxStates and FlxSubStatesui- Text and UI classesutilities- Various utilities
Check the WIKI for specific usage instructions!