A flake to build and run games made with heaps.io and possibly other haxe game engines (raylib, armory, ...) in the future.
Here's a quick code example.
{
# Add haxix to your flake inputs :
inputs.haxix.url = "github:MadMcCrow/haxix";
...
# and now you can access all our packages and functions
haxePkgs = haxix.legacyPackages."${system}";
}
for more details, look at the various templates, for example the heaps template
you can instantiate it in any folder with :
nix flake init -t github:MadMcCrow/haxix#heaps
You can use nix flake show --legacy
to see all the packages haxix provides
See TODO.md. these are the most likely things to be added to the project.
Any contribution welcome. You can contribute on features, documentation, or bug fixes.
Licensed under MIT
See AUTHORS for the complete list of people who helped make haxix.