StuartJAtkinson / Newtonian-Particle-Simulator

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

Revert "Add UI controls for particle number adjustment and simulation restart" #3

Closed StuartJAtkinson closed 3 months ago

StuartJAtkinson commented 3 months ago

Reverts StuartJAtkinson/Newtonian-Particle-Simulator#2 Didn't work

codeautopilot[bot] commented 3 months ago

PR summary

This Pull Request reverts a previous commit that added UI controls for adjusting the number of particles and restarting the simulation. The reason for the revert is that the changes did not work as intended. The revert removes the newly added UI elements and associated logic from the MainWindow.cs, ParticleSimulator.cs, and Program.cs files.

Suggestion

To avoid similar issues in the future, consider implementing unit tests and integration tests for new features before merging them into the main branch. This will help ensure that new functionalities work as expected and do not introduce regressions.