Skip to content

Releases: nightblade9/dragon

v0.1.0

18 Jan 21:15
8780c68
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This foundational release of Dragon includes just enough functionality to translate the default HaxeFlixel template into Python code, which you can then run.

If you want to try this yourself:

  • Clone Mars
  • Run python main.py template <path>
  • Run python main.py build <path> with the template path
  • Change directory to path
  • Run lime test neko

You should see the HaxeFlixel splash screen and then an empty black screen with the HaxeFlixel pointer. (You will need to install HaxeFlixel and all its dependencies first.)