A project to test the olcPixelGameEngine
You can:
-
Use an IDE like Visual Studio and Install C++ components
-
Install the latest version of gcc for Windows: here
To compile and run the project using powershell:./run.ps1
Manually:
g++ -std=c++17 main.cpp -luser32 -lgdi32 -lopengl32 -lgdiplus -lShlwapi -ldwmapi -lstdc++fs -o "build/main.exe" ./build/main.exe