johnBuffer / VerletSFML-Multithread

Multithreaded deterministic minimalist Verlet solver
MIT License
438 stars 59 forks source link

Custom environment at the start #11

Open DebajyotiS opened 4 months ago

DebajyotiS commented 4 months ago

I was wondering if it would be possible to start the simulation with a given starting condition. For instance, I want to see if I can simulate a galaxy colliding with another with this engine. Is this possible with this repository?