All Projects → 01010111 → zerolib-flixel

01010111 / zerolib-flixel

Licence: MIT license
Some helper classes for HaxeFlixel that I like to use ✨

Programming Languages

haxe
709 projects
shell
77523 projects

Projects that are alternatives of or similar to zerolib-flixel

Mathnet Numerics
Math.NET Numerics
Stars: ✭ 2,688 (+9500%)
Mutual labels:  math
Fouriertalkoscon
Presentation Materials for my "Sound Analysis with the Fourier Transform and Python" OSCON Talk.
Stars: ✭ 244 (+771.43%)
Mutual labels:  math
tacent
A C++ library implementing linear algebra, text and file IO, UTF-N conversions, containers, image loading/saving, image quantization/filtering, command-line parsing, etc.
Stars: ✭ 43 (+53.57%)
Mutual labels:  math
Math Science Video Lectures
List of Science courses with video lectures
Stars: ✭ 219 (+682.14%)
Mutual labels:  math
Julia Set Playground
A Swift playground that generates beautiful Julia set fractal images.
Stars: ✭ 236 (+742.86%)
Mutual labels:  math
Ta Rs
Technical analysis library for Rust language
Stars: ✭ 248 (+785.71%)
Mutual labels:  math
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (+628.57%)
Mutual labels:  math
livebook
Automate code & data workflows with interactive Elixir notebooks
Stars: ✭ 3,402 (+12050%)
Mutual labels:  math
Xaos
Real-time interactive fractal zoomer
Stars: ✭ 239 (+753.57%)
Mutual labels:  math
Freecodecamp
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
Stars: ✭ 339,510 (+1212435.71%)
Mutual labels:  math
Stdlib
✨ Standard library for JavaScript and Node.js. ✨
Stars: ✭ 2,749 (+9717.86%)
Mutual labels:  math
Upmath.me
Markdown and LaTeX online editor - create text for web with equations and diagrams
Stars: ✭ 234 (+735.71%)
Mutual labels:  math
Polyhedra Viewer
Explore the relationships between convex regular-faced polyhedra.
Stars: ✭ 253 (+803.57%)
Mutual labels:  math
Mathsass
A Sass implementation of mathematical functions.
Stars: ✭ 221 (+689.29%)
Mutual labels:  math
cpc
Text calculator with support for units and conversion
Stars: ✭ 89 (+217.86%)
Mutual labels:  math
Mathutilities
A collection of some of the neat math and physics tricks that I've collected over the last few years.
Stars: ✭ 2,815 (+9953.57%)
Mutual labels:  math
Mathnet Spatial
Math.NET Spatial
Stars: ✭ 246 (+778.57%)
Mutual labels:  math
kalker
Kalker/kalk is a calculator with math syntax that supports user-defined variables and functions, complex numbers, and estimation of derivatives and integrals
Stars: ✭ 1,237 (+4317.86%)
Mutual labels:  math
MathImprove
Modify and Improve math expressions.
Stars: ✭ 13 (-53.57%)
Mutual labels:  math
Gcem
A C++ compile-time math library using generalized constant expressions
Stars: ✭ 252 (+800%)
Mutual labels:  math

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].