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

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.

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`