Skip to content

choo8/opengl-tutorials-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opengl-tutorial-go

Golang version of the opengl tutorial code at http://www.opengl-tutorial.org

Requirements

go get github.com/go-gl/gl/v4.5-core/gl
go get github.com/go-gl/glfw/v3.2/glfw
go get github.com/go-gl/mathgl/mgl32

Usage

You can run the tutorial code by going into any of the tutorial folders and running:

go run main.go

About

Golang version of the opengl tutorial code at http://www.opengl-tutorial.org

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages