An open API service indexing awesome lists of open source software.

https://github.com/zoroxide/space-simulation

a simple Space looking Simulation done with C++ and olcPixelGameEngine
https://github.com/zoroxide/space-simulation

cpp game-development game-engine gamedev olc olcpixelgameengine programming simulation space

Last synced: 11 months ago
JSON representation

a simple Space looking Simulation done with C++ and olcPixelGameEngine

Awesome Lists containing this project

README

          

# Space-Simulation
a simple-looking Space Simulation done with C++ and olcPixelGameEngine

# Run it !
- windows (msys compiler) :
- - ``` g++ starfield.cpp olcPixelGameEngine.h -luser32 -lgdi32 -lopengl32 -lgdiplus -lShlwapi -ldwmapi -lstdc++fs -static -std=c++17 ```
- Linux:
- - ``` g++ -o YourProgName YourSource.cpp -lX11 -lGL -lpthread -lpng -lstdc++fs -std=c++17 ```

https://github.com/zoroxide/Space-Simulation/assets/72279810/5ba6e519-c983-42ae-a396-f8a4ef43932d