Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 478 Bytes

File metadata and controls

27 lines (19 loc) · 478 Bytes

sopho-renderer

Cross-platform pixel renderer using a custom C++ template metaprogramming build system.

Rules

  1. All documentation and code comments must be in English
  2. Do not add any documentation content without explicit user approval — only add what the user explicitly requests

Build

Linux

g++ ./sob.cpp -o sob
./sob
./main

Windows

.\scripts\Enable-VSDevShell.ps1
cl /std:c++17 .\sob.cpp
.\sob.exe
.\main.exe