No description
Find a file
Joey Yakimowich-Payne 8a1a1c91be Cursor -> CursorHandle
2021-05-26 19:54:10 -06:00
.github/workflows Initial wrapper commit 2021-05-22 17:10:27 -06:00
examples Initial wrapper commit 2021-05-22 17:10:27 -06:00
src Cursor -> CursorHandle 2021-05-26 19:54:10 -06:00
tests Initial wrapper commit 2021-05-22 17:10:27 -06:00
.gitignore Initial wrapper commit 2021-05-22 17:10:27 -06:00
.gitmodules Initial wrapper commit 2021-05-22 17:10:27 -06:00
LICENSE Initial commit 2021-05-22 15:03:30 -06:00
README.md Initial wrapper commit 2021-05-22 17:10:27 -06:00
staticglfw.nimble Initial wrapper commit 2021-05-22 17:10:27 -06:00

Nim wrapper for static glfw

Another wrapper for glfw. Creates a static binary based on the C code in src/glfw.

See example in the example directory for usage.