Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 298 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 298 Bytes

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...