matthewgeorgy / solarsystem

3D Solar System Visualization in OpenGL 4
4 stars 3 forks source link

How to run this Project #1

Open Shaunak-2 opened 7 months ago

Shaunak-2 commented 7 months ago

Could you please tell on which ide to run this and where to download the libraries from please reply quickly

matthewgeorgy commented 7 months ago

You'll need Visual Studio 2019 or higher to build this. All the libraries/DLLs are already included in the project repo, so you can just use them directly. You can either copy all the files/libs/dlls into a Visual Studio Project, or you can build it directly from the Visual Studio Command Prompt (which is what I recommend since there's a build script to do this for you):

git clone https://github.com/matthewgeorgy/solarsystem.git
cd solarsystem\build
cd build
.\build.bat

This should be sufficient to run and build the project.