Nightwing52 / n_body_visualizer

Interactive n body simulator that visualizes the results. Practice for building multi-service architecture.
MIT License
0 stars 0 forks source link

Write Simulator Microservice #4

Closed Nightwing52 closed 2 months ago

Nightwing52 commented 3 months ago

Goal: Simulate N particles interacting with gravity. Positions are confined to the unit square.

Input:

Output: Sequence of frames that will eventually get consumed by visualizer service.

Nightwing52 commented 2 months ago

Code has been written and giving response for basic test data. Need to do testing in separate issue.