OpenGL project in C that is going to simulate gravity in space. For the moment it does not do anything special. This project for me is a way to learn OpenGL
You can compile the program using cmake -S . -B build && cmake --build build . This will create the folders build/ and bin/ and an executable named exec in the bin/ folder