Skip to content

duarteroso/vglfw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vGLFW

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

About

V wrapper around glfw

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages