Skip to content

ismailmustafa/opengl-tutorial-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opengl-tutorial-golang

A rewrite of all tutorials on http://www.opengl-tutorial.org/ using golang. Work in progress.

Usage

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

Then cd into any tutorial and type:

go run main.go

About

Rewrite of tutorials on http://www.opengl-tutorial.org/ in golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages