Skip to content

ginuerzh/learnopengl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
rui.zheng
Sep 30, 2017
61d9b83 · Sep 30, 2017

History

19 Commits
Sep 30, 2017
Sep 8, 2017
Sep 12, 2017
Aug 29, 2017
Aug 29, 2017
Sep 1, 2017
Sep 30, 2017

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