https://github.com/kchousos/solar-system-opengl
A simple solar system implementation in openGL.
https://github.com/kchousos/solar-system-opengl
cpp graphics opengl solar-system
Last synced: 7 months ago
JSON representation
A simple solar system implementation in openGL.
- Host: GitHub
- URL: https://github.com/kchousos/solar-system-opengl
- Owner: kchousos
- Created: 2023-03-12T22:28:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T22:38:08.000Z (over 2 years ago)
- Last Synced: 2025-01-22T20:09:19.236Z (9 months ago)
- Topics: cpp, graphics, opengl, solar-system
- Language: C++
- Homepage:
- Size: 11 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Solar system openGL
[[file:solar.gif]]
A basic implementation of a solar system (sun, earth and moon) written in openGL. This project was part of the [[https://cgi.di.uoa.gr/~graphics/][Graphics course]] (2022-2023) at the [[https://www.di.uoa.gr/][Department of Informatics and Telecommunications of the University of Athens]].
This implementation is heavily based on the [[http:learnopengl.com/][learnopengl]] tutorials. The source is at =./src/main.cpp= while the executable at =./bin/main=. Run ~make~ to compile and execute the program.
** Controls
- WASD: camera movement
- Space: pause/start animation
- Escape: close