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
- Host: GitHub
- URL: https://github.com/zoroxide/space-simulation
- Owner: zoroxide
- Created: 2024-03-23T01:47:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T01:54:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T01:43:01.389Z (about 1 year ago)
- Topics: cpp, game-development, game-engine, gamedev, olc, olcpixelgameengine, programming, simulation, space
- Language: C++
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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