fork of https://sr.ht/~evantj/hare-raylib/ with support for hare 0.25.2
- Hare 94.5%
- Python 4.9%
- Makefile 0.6%
| cmd | Rewrite/fix demos | |
| raylib | update 4 nomem | |
| resources | move res/* to resources | |
| screenshots | add readme | |
| .gitignore | move heightmap to cmd/heightmap | |
| hare-raylib.py | update 4 nomem | |
| LICENCE | add licence | |
| Makefile | exclude duplicate definitions from raymath | |
| raylib.json | Add raylib.ha as dependency in Makefile | |
| raymath.json | update 4 nomem | |
| README.md | remove lies | |
building instructions
run demo: make run
build demo: make demo
build heightmap example: make heightmap
generate raylib.ha: make
note: if you want to generate raylib.json yourself, you need a copy of raylib_parser