01010111 / zerolib-flixel

Some helper classes for HaxeFlixel that I like to use :sparkles:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zerolib logo

ZEROLIB-FLIXEL

Build Status

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!

See example usage in the Wiki
Browse the API

About

Some helper classes for HaxeFlixel that I like to use :sparkles:

License:MIT License


Languages

Language:Haxe 99.9%Language:Shell 0.1%