Skip to content

A demo of a randomly generated galactic system developed with OpenGL

Notifications You must be signed in to change notification settings

angelomarcelino/glGalacticSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glGalaticSystem

A demo of a randomly generated galactic system developed with OpenGL

Compiling

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 $ make

Running

At ver. 1.2 and lower, to run the program you must run the following:

user@computer: ~/glGalaticSystem/ $ ./build/main

Otherwise the planetary system won't be displayed.

About

A demo of a randomly generated galactic system developed with OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published