Skip to content

nix flake to build haxe projects (with heaps.io, raylib, lime, etc.)

Notifications You must be signed in to change notification settings

MadMcCrow/haxix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haxix

A flake to build and run games made with heaps.io and possibly other haxe game engines (raylib, armory, ...) in the future.

Usage

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

TODO

See TODO.md. these are the most likely things to be added to the project.

Contribute

Any contribution welcome. You can contribute on features, documentation, or bug fixes.

Licence

Licensed under MIT

Authors

See AUTHORS for the complete list of people who helped make haxix.

Status

check

About

nix flake to build haxe projects (with heaps.io, raylib, lime, etc.)

Topics

Resources

Stars

Watchers

Forks