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.
 
 
 

347 B

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