Skip to content

lorenzo774/olcEngineTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

olcEngine Test

A project to test the olcPixelGameEngine

Installation

You can:

  1. Use an IDE like Visual Studio and Install C++ components

  2. 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