I want to start a basic particle system in C++ using OpenGL. I wrote an algorithm for that but I don't understand how to start it.
The problem I am facing is I can print the positions and velocity updates but I don't know how to show it visually using OpenGL.