A simple simulation software that calculates the 2d trajectory of a rocket. This is created for a rocket club at school
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
--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).
--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.