Flight is under development.
Flight is free, open-source software under the MIT license.
-
Clone the Flight repository, as well as the submodules:
git clone https://github.com/openfl/flight cd flight git submodule init git submodule update haxelib dev flight . -
Install required dependencies:
haxelib install lime haxelib install hxp -
Rebuild Flight's upstream sources and download assets for examples:
hxp -
After any changes to the packages/upstream submodule, rebuild from source:
hxp build upstream
You can build a sample Flight project with the following commands:
hxp test displayingabitmap
hxp test bunnymark
You can also use "build" to create a Vite production build.
Have a question? Want a new place to hang out?