Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 335 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 335 Bytes

Roman Candle Simulation

Physics simulation of firing a Roman Candle firework (with sparks!) Calculations completed using Runge-Kutta methods and an ODE Solver. For testing output (number of objects created, ect.) is sent to console.

Built a GUI window to display simulation.

Includes Javadoc comments for all methods.