Oryol testing app in its own repo. To build and run from scratch:
> cd ~
> mkdir fips-scratch
> cd fips-scratch
> git clone git@github.com:floooh/oryol-test-app.git
> cd oryol-test-app
> ./fips build
> ./fips run TestApp
For more details, see the Oryol repository at https://github.com/floooh/oryol
Enjoy!