StuartJAtkinson / Newtonian-Particle-Simulator

C# OpenGL Particle Simulation, GPU accelerated
https://youtu.be/NhnoNYqIhTI
0 stars 1 forks source link

Add UI controls for particle number adjustment and simulation restart #2

Closed codeautopilot[bot] closed 3 months ago

codeautopilot[bot] commented 3 months ago

Resolves #1

This PR adds UI controls to adjust the number of particles and restart the simulation. It includes modifications to MainWindow.cs, creation of ParticleSimulator.cs, and minor updates to Program.cs.