mirror of
https://github.com/Kugelschieber/go-game.git
synced 2026-01-18 06:40:28 +00:00
3a5b66a20c66e66aae61c9cc6e3dc99fdfd5948f
go-game (package "goga")
Game engine written in Go using OpenGL and GLFW. Mostly for 2D rendering, but also capable of rendering 3D, providing everything to get you started. Under heavy development, do not use yet!
Install
go get github.com/DeKugelschieber/go-game
Usage
WIP
Dependencies
- https://github.com/go-gl/gl
- 4.5-core
- https://github.com/go-gl/glfw
- 3.1
To use an older GL version, you need to replace the GL imports in package goga. It should mostly be compatible down to 3.x.
Languages
Go
100%