Skip to content

ginuerzh/learnopengl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn OpenGL with GO

Go version of JoeyDeVries/LearnOpenGL

Why GO

  • I use Go every day.
  • Simple. No Makefile, no link libraries, only the go build is needed.
  • It is indeed feasible, the triangle is what you expected.

Work in progress...