-
Notifications
You must be signed in to change notification settings - Fork 134
Home
Zachary Lewis edited this page May 2, 2014
·
6 revisions
If you're just getting started with FlashPunk, take a moment to read the tutorials available at useflashpunk.net.
If you're still stuck, hop over to the FlashPunk Developer's forum and ask the community.
FlashPunk can be built using the compc
tool available in the Flex distro, and will look something like this:
$ compc -include-sources <source directory> -output <output filename>
FlashPunk is documented using ASDocs. Documentation can be built by using the asdoc
tool available in the Flex distro, and will look something like this:
$ asdoc -doc-sources <source directory> -output <output directory> -window-title "FlashPunk Documentation" -main-title "FlashPunk"
FlashPunk uses Semantic Versioning