2016-05-06 15:08:05 +02:00
2016-05-03 21:03:00 +02:00
2016-05-06 15:08:05 +02:00
2016-05-03 10:14:57 +02:00
2016-05-06 15:08:05 +02:00
2016-05-06 13:54:16 +02:00
2016-05-03 22:15:47 +02:00

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

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.

Description
Game engine written in Go using OpenGL and GLFW.
Readme MIT 308 KiB
Languages
Go 100%