An open API service indexing awesome lists of open source software.

https://github.com/ginuerzh/learnopengl

https://learnopengl.com/
https://github.com/ginuerzh/learnopengl

go golang opengl opengl-tutorial tutorial

Last synced: 13 days ago
JSON representation

https://learnopengl.com/

Awesome Lists containing this project

README

        

# Learn OpenGL with GO

Go version of [JoeyDeVries/LearnOpenGL](https://github.com/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...