Skip to content

awpr/Go-GLUT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go bindings for GLUT: https://github.com/rhencke/Go-GLUT

Requires: https://github.com/banthar/Go-OpenGL

When installing Go-OpenGL, please use:
    gomake install
(just gomake will attempt to compile the Go-OpenGL examples, which require SDL)

If you are using Linux, please ensure you have installed GLUT or freeglut.

To install Go-GLUT:
    gomake install

To compile examples:
    cd examples
    gomake

Known problems:
    Some GLUT functionality (notably, entering game mode on Mac OS X) may cause your program to crash.
    http://code.google.com/p/go/issues/detail?id=1328

About

GLUT bindings for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.4%
  • C 6.6%