Dev log - 3
I fiddled around with the compute shader; I started where I left off earlier,
- I tried using 2 variables for the movement of the particles, using the 1st position as the current position and updating the values in the 2nd and then swapping them for the next iteration
- Cleaned the code as the codebase was growing