Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 529 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 529 Bytes

Prometheus

Presentation

Simulation of the trajectory of a spaceship in space. The thrust is a direct input from the arrows of the keyboard, the trajectory is computed in real time with a RK4 solver, all of this in a simple GUI made with SFML. Planets are randomly generated, and the player can decide if the referential is the surrounding space or the spaceship.

Launch

Use Meson and ninja to build the project as follows:

meson build
cd build
ninja
./sfml-app

Make sure that libsfml is installed.