A demo of a randomly generated galactic system developed with OpenGL
To compile the project, open a terminal, go to the repository directory, and execute the following commands:
user@computer: ~/glGalaticSystem/ $ mkdir build && cd build
user@computer: ~/glGalaticSystem/build $ cmake ../
user@computer: ~/glGalaticSystem/build $ makeAt ver. 1.2 and lower, to run the program you must run the following:
user@computer: ~/glGalaticSystem/ $ ./build/mainOtherwise the planetary system won't be displayed.