Skip to content

GnRlLeclerc/INF443-Solar-System-Game-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

122 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projet INF443

Getting started

On Windows

Execute the windows_cmake_visual.bat script located in the scripts/ folder. It will create a build/ folder with a file ending in .sln in it. Double click this file to open the project in Visual Studio.

On Linux

Execute the following commands :

mkdir build
cd build
cmake ..
make

Adding / removing files from the project

Do not forget to run the cmake .. command in the build/ directory each time a c++ file is added or removed from the project ! This ensures that each files get compiled in a corresponding .o output file during compilation, avoiding the need to recompile unchanged files each time another one is changed

Test the project

The executable is named project (set in CMakeLists.txt).

About

Solar System & asteroid simulation in real time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published