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 Components
- extensions - A handful of extensions that add functionality to existing flixel classes
- input - A basic Controller and Player Controller
- shaders - A handful of shaders ready to be used in flixel
- sprites - Several classes that extend FlxSprite
- states - FlxStates and FlxSubStates
- ui - Text and UI classes
- utilities - Various utilities
Check the WIKI for specific usage instructions!