An open API service indexing awesome lists of open source software.

https://github.com/qhdwight/go-game

Simple Go game engine using GLFW and OpenGL
https://github.com/qhdwight/go-game

game glfw go opengl

Last synced: 6 months ago
JSON representation

Simple Go game engine using GLFW and OpenGL

Awesome Lists containing this project

README

          

# Go Game

## Screenshot

Here is an example scene with a 5x5x5 grid and light source.

![Screenshot](screenshot.png)

## Features

- Camera movement with WASD keys and mouse
- Dynamically shading models from moving light source
- Modular entity system