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/
- Host: GitHub
- URL: https://github.com/ginuerzh/learnopengl
- Owner: ginuerzh
- License: mit
- Created: 2017-08-29T14:08:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T03:03:13.000Z (over 5 years ago)
- Last Synced: 2025-05-07T06:03:26.937Z (13 days ago)
- Topics: go, golang, opengl, opengl-tutorial, tutorial
- Language: Go
- Size: 368 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...