Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/MadMcCrow/haxix
- Owner: MadMcCrow
- License: mit
- Created: 2023-09-20T17:05:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-06T17:46:20.000Z (4 months ago)
- Last Synced: 2024-07-07T02:33:59.764Z (4 months ago)
- Topics: haxe, heapsio, nix-flake, nixos
- Language: Nix
- Homepage:
- Size: 1.28 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: docs/README.md
- Contributing: docs/CONTRIBUTING.md
Awesome Lists containing this project
- awesome-nix - haxix - Nix flake to build haxe/Heaps.io projects. (Programming Languages / Haxe)
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)