2021 Update - The code in this Gist has been compiled into a haxelib for a more convenient experience! Please upgrade as this Gist will no longer be updated! Check out the repo here: https://github.com/AustinEast/echo-flixel
Quick and easy integration of Echo Physics with Haxeflixel! To get started follow these steps:
- Copy the content from
01-Project.xml
to your ownProject.xml
. - Create a new directory named
util
in the root of source code directory. - Create a new file named
FlxEcho.hx
in theutil
directory. - Copy the content from
02-FlxEcho.hx
into theFlxEcho.hx
file.
After that, you're ready to go! Check out 03-PlayState.hx
to see a simple example of how to use FlxEcho
.