Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MadMcCrow/haxix

nix flake to build haxe/heaps.io projects
https://github.com/MadMcCrow/haxix

haxe heapsio nix-flake nixos

Last synced: 3 months ago
JSON representation

nix flake to build haxe/heaps.io projects

Awesome Lists containing this project

README

        

# Haxix

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

## Usage

See the flake [template](template/flake.nix) for a example on how to use haxix in your own projects.

you can instantiate it in any folder with :
```
nix flake init -t github:MadMcCrow/haxix#
```

## TODO

See [TODO.md](docs/TODO.md). these are the most likely things to be added to the project.

## Contribute

Any [contribution](docs/CONTRIBUTING.md) welcome. You can contribute on features, documentation, or bug fixes.

## Licence

Licensed under [MIT](Licence.md)

## Authors

See [AUTHORS](docs/AUTHORS.md) for the complete list of people who helped make haxix.

## Status

![check](https://github.com/MadMcCrow/haxix/actions/workflows/check.yml/badge.svg?branch=main)