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

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.

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