A small frontend framework for game development. This framework is supported on Windows and Linux.
Following commands are required:
cargo install bindgen-cli
)Following dependencies are required:
Run following commands to build in Linux:
$ ./build.sh
$ cargo build
or in Windows:
```
powershell -NoProfile -ExecutionPolicy Unrestricted .\build.ps1 cargo build ```