No description
Find a file
Joey Yakimowich-Payne d270e2b9fb Initial wrapper commit
2021-05-22 17:10:27 -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 Initial wrapper commit 2021-05-22 17:10:27 -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.