https://github.com/chanioxaris/solar-system
Solar system implemented in OpenGL and GLUT
https://github.com/chanioxaris/solar-system
animation glut graphics opengl solar
Last synced: 3 months ago
JSON representation
Solar system implemented in OpenGL and GLUT
- Host: GitHub
- URL: https://github.com/chanioxaris/solar-system
- Owner: chanioxaris
- License: mit
- Created: 2017-01-28T12:47:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T14:58:46.000Z (over 7 years ago)
- Last Synced: 2025-04-07T00:31:43.451Z (over 1 year ago)
- Topics: animation, glut, graphics, opengl, solar
- Language: C++
- Homepage:
- Size: 391 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Overview
A solar system implemented in [OpenGL](https://www.opengl.org/) and [GLUT](http://freeglut.sourceforge.net/). Inlcudes a sun as the center of the system, four rotating planets with different size and colors and some stars as the background. An .obj file is used to form the shape of the planets.
You can control the animation with specific keys, as described below:
- "Q": Exit the program.
- "P": Pause the animation.
- "W": Move the camera up.
- "A": Move the camera to the left.
- "D": Move the camera to the right.
- "S": Move the camera down.
