NOTE: This has now been moved to the Revery repo: https://github.com/revery-ui/revery
Based on reason-glfw. Reason / OCaml bindings for SDL2
esy is used for building, so if you don't have esy, install it:
npm install -g esy
Then just run esy in the root of the project to install and build.
Run esy @example install initially to install, then esy @example run to build and run the example.
This project is licensed under the MIT License - see LICENSE for more details.
TBD
- The test texture is provided by LearnOpenGL - an excellent resource for OpenGL!
- This is built on several great libraries, like SDL2, glad, stb_image
- The test image is from @Arahnoid's UVChecker-map repo.