|
SolarSim
|
I built this to learn OpenGL, and somewhere between the shader errors and matrix math, I ended up with something that actually looks like space.
This project uses Doxygen to generate API documentation.
This will generate the documentation in the docs/ folder. You can open the index.html file in a web browser to view the documentation locally.
Alternatively, the documentation is hosted via GitHub Pages and can be viewed here
The following are included as submodules or source code:
| Key | Action |
|---|---|
| W | Move camera forward |
| S | Move camera backward |
| A | Move camera left |
| D | Move camera right |
| Space | Move camera up |
| Left Shift | Move camera down |
| R | Toggle time reversal (rewind / forward) |
| P | Toggle pause / unpause |
| G | Toggle grid |
| Tab | Toggle mouse capture / release |
| Scroll | Zoom in & out |
| Escape | Quit application |