gint_x_raylib_poc/README.md

15 lines
265 B
Markdown
Raw Permalink Normal View History

2021-01-24 15:15:42 +01:00
# Proof of concept for raylib compatibility workarround in gint
Implemented really badly. Don't do that in a real project.
# Dependencies
For FX/CG: working gint environnement
```sh
$ fxsdk build-fx
$ fxsdk build-cg
```
For Linux: `raylib`
```sh
$ ./build.sh
```