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.
 
 
 
am 7f7909aa63 untemplate 8 months ago
.gitea untemplate 8 months ago
cmake setup 8 months ago
source enable docking 8 months ago
.clang-format setup 8 months ago
.clang-tidy setup 8 months ago
.giitignore untemplate 8 months ago
CMakeLists.txt untemplate 8 months ago
imgui.ini untemplate 8 months ago
readme.md setup 8 months ago
shell.emscripten.html setup 8 months ago

readme.md

${REPO_NAME}

${REPO_DESCRIPTION}

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