GLFW wrapper for the V language.
Please follow the official GLFW documentation
v install https://github.com/duarteroso/vglfw
Notice: The GLFW_init()
function is called initialize()
in V since init
is reserved.
Also some of the functions are struct-oriented so you do window.<function>
which is different from C.
A simple usage of the package can be found in the example folder.
- @duarteroso
- @noxomix