Three body problem simulation
A simulation of the three-body problem, demonstrating gravitational interactions between three celestial bodies. Users can set initial conditions and visualize the dynamics through an interactive interface.
HTML
CSS
JavaScript
React

#Due by 28 Feb 2024
#MVP Requirements for Three Body Problem Simulation
- Basic Simulation: Simulate three bodies with gravitational interactions; allow setting initial positions and velocities.
- User Interface: Simple UI with controls to start, pause, and reset the simulation; sliders for initial conditions.
- Visualization: Render bodies and trajectories using canvas or SVG; display gravitational interactions.
- Physics Engine: Basic calculations for gravitational forces and position updates.