Skip to content

schteppe/imgui-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgui-wasm

Minimal imgui/WebAssembly/WebGL boilerplate, using CMake to build.

Building for Web

Make sure you have cmake and emscripten installed.

mkdir build;
cd build;
emcmake cmake ..;
make;

Building for MacOS

Make sure you've installed SDL2 on your system (for example, via brew install sdl2).

mkdir build;
cd build;
cmake .. -GXcode;
# ...open the generated xcode project...

About

imgui/wasm boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published