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
- Host: GitHub
- URL: https://github.com/qhdwight/go-game
- Owner: qhdwight
- Created: 2019-05-17T07:43:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T21:18:58.000Z (over 5 years ago)
- Last Synced: 2023-03-05T14:09:13.236Z (over 2 years ago)
- Topics: game, glfw, go, opengl
- Language: Go
- Homepage:
- Size: 394 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Game
## Screenshot
Here is an example scene with a 5x5x5 grid and light source.

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