walesey / go-engine

open-gl rendering and scenegraph library
Other
34 stars 6 forks source link
game-development game-engine go golang

GoEngine

Go engine is a simple game engine intended for 2D or 3D games.

Features

Platform Support

Instructions

Example programs can be found in examples/*.

Installing deps: sudo apt-get install mesa-utils sudo apt install mesa-common-dev sudo apt-get install libx11-dev sudo apt-get install libglfw3 sudo apt-get install libxrandr-dev libxcursor-dev libxinerama-dev libxi-dev sudo apt-get install libxxf86vm-dev

Core Packages

Important Interfaces and Structs

Demo