Skip to content

xenosoz/glut-gyp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glut-gyp

glut-gyp is a gyp-enabled OpenGL Utility Toolkit. Currently using GLUT 3.7 beta from the official source code distribution.

It generates both of

  • static library (archive)
  • shared library w/ import library.

Portability

Works with windows only for now.

Missing symbols

Note that it has some missing symbols (versus the binary distribution):

___glutGetFCB@4
___glutSetFCB@8
__glutCreateMenuWithExit
__glutCreateWindowWithExit
__glutInitWithExit

NOTICE

glut-gyp contains original work of Mark J. Kilgard (the GLUT original author, copyright holder) and Nate Robins (win32 port w/ permission of the original author). As the original project is not open-sourced but freely distributable, any modification under src directory SHOULD NOT be carried on. These programs are provided without guarantee or warrantee expressed or implied. See glut-3.7/NOTICE, glut-3.7/README* also.

About

glut-gyp is a gyp-enabled OpenGL Utility Toolkit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published