mirror of
https://github.com/Kugelschieber/go-game.git
synced 2026-01-18 14:50:28 +00:00
22 lines
307 B
Markdown
22 lines
307 B
Markdown
# go-game (package "goga")
|
|
|
|
Game engine written in Go using OpenGL and GLFW.
|
|
**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
|