vGLFW

October 31, 2024 ยท View on GitHub

Description

GLFW wrapper for the V language.

Documentation

Please follow the official GLFW documentation

Install

v install https://github.com/duarteroso/vglfw

Changes

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.

Example

A simple usage of the package can be found in the example folder.

Authors

  • @duarteroso
  • @noxomix

License

MIT License