Copy these into your openFrameworks app’s src folder:
main.cppofApp.hofApp.cppChess.hChess.cpp
Also useful: README.md (this file).
Copy-paste setup (Windows / PowerShell)
- Run projectGenerator.exe from your OF folder (e.g.
C:\of_v0.12.0_vs_release\projectGenerator\). - Import path: point to your OF root.
- Name: e.g.
chessApp, Path:apps\myApps\. - Click UPDATE (or Generate). This creates
...\apps\myApps\chessApp\.
Copy source files from this repo into src
Edit the two paths, then paste into PowerShell:
powershell
$ChessRepo = "C:\path\to\Chess" $OpenFrameworksRoot = "C:\path\to\of_v0.12.0_vs_release"