Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.15 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.15 KB

HaxePunk

A HaXe port of the FlashPunk AS3 library.

Release build

First, make sure you have HaXe 2.07 or higher. You will need to also install NME 3.2 or higher. The last step is to install HaxePunk through haxelib.

haxelib install HaxePunk
haxelib run HaxePunk new MyProject # creates a new project

Development build

You need to have ant installed to build a development version of HaxePunk. Make sure you set a default program for swf files to view the debug output.

git clone [email protected]:MattTuttle/HaxePunk
ant

This will install a dev version of HaxePunk through haxelib, run several unit tests, and build an example project for flash/neko/js. If you fix an issue, feel free to create a pull request.

Generating documentation is just as simple. Run the commands below to create a new set of docs with chxdoc. The first command is optional if you already have chxdoc installed.

haxelib install chxdoc
ant doc

Questions?

Drop by the HaxePunk forum to ask anything or send me an email, heardtheword (at) gmail (dot) com.