Rocket Trajectory

Rocket Trajectory Used AI

2 devlogs
22h 26m

A simple simulation software that calculates the 2d trajectory of a rocket. This is created for a rocket club at school

Timeline

--Changes--
-Added a full UI using QT and setting to display either X/Y, Time/Y, Time/X, and Time/Acceleration (WIP).
-UI features: x and y axis local maxima, input fields, lineseries display graph, measurement settings (see point above).

Update attachment

--Changes--
Added a builder structure to my instantiation to allow for multiple optional fields in rocket calculation. Allows for less of a hassle as there is no longer a need to create a constructor for multiple possible combinations.

Update attachment