https://github.com/zesterer/starclock
Universal 3D game engine using C++, OpenGL and GLFW.
https://github.com/zesterer/starclock
Last synced: 10 months ago
JSON representation
Universal 3D game engine using C++, OpenGL and GLFW.
- Host: GitHub
- URL: https://github.com/zesterer/starclock
- Owner: zesterer
- License: gpl-2.0
- Created: 2015-05-03T12:27:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T07:50:16.000Z (about 10 years ago)
- Last Synced: 2025-01-25T18:31:59.419Z (12 months ago)
- Language: C++
- Size: 2.78 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Starclock
Universal 3D game engine using C++, OpenGL and GLFW.
## Compiling
`git clone https://github.com/zesterer/starclock.git`
`cd starclock`
`mkdir build`
`cd build`
`make`
## Running
This assumes you've just run the above compile commands:
`./starclock`