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 Visualizer service. #7

Open Nightwing52 opened 5 days ago

Nightwing52 commented 5 days ago

Need to write a basic visualizer service. Should create a basic 2D plot on the unit square of the data received for each frame and convert it to an MP4 video and save to disk.

Nightwing52 commented 5 days ago

Basic functionality is there but crashes with 200+ frames are requested. Need to switch to matplotlib Animation API to avoid memory errors.