Skip to content

coolfren/flixelplusplus

Repository files navigation

GitHub contributors GitHub commit activity GitHub branch checks state Discord

flixel++

flixel++ is a port of Adam "Atomic" Saltsman's Flixel library originally created for ActionScript 3.

flixel++ is a work in progess, things might change or break.

Cloning

Make sure you clone with submodules OR it will not work as the needed submodules are not there.

git clone --recursive https://github.com/coolfren/flixelplusplus

If you already cloned it:

git submodule update --init --recursive

Building

Refer to BUILDING.md for instructions.