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 [email protected]
esy install
esy build
esy x test_sdl2
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.