You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
alistair 8c8488a010 Initial commit 3 months ago
cmake Initial commit 3 months ago
source Initial commit 3 months ago
.clang-format Initial commit 3 months ago
.clang-tidy Initial commit 3 months ago
.giitignore Initial commit 3 months ago
CMakeLists.txt Initial commit 3 months ago
imgui.ini Initial commit 3 months ago
readme.md Initial commit 3 months ago
shell.emscripten.html Initial commit 3 months ago

readme.md

progpipes

A cross-splatform application using OpenGL ES and Dear ImGui.

Build native

cmake -B build .
cmake --build build

Build for web

emcmake cmake -B bweb 
emmake cmake --build bweb 

Cross-compile for windows

cmake -DCMAKE_TOOLCHAIN_FILE=cmake/windows-cross-toolchain.cmake -B bwin .
cmake --build bwin