pce / sdl2_sketch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sketch

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./Sketch.

Web

  1. Make a build directory in the top level directory: mkdir web && cd web
  2. Compile: emcmake cmake .. && emmake make
  3. Run python3 -m http.server or copy to webserver dir

Dependencies for Running Locally

About


Languages

Language:C++ 84.5%Language:CMake 15.5%