Skip to content

theo-dep/ImGUI-bgfx-Web-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImGui bgfx Web Demo

Simple demonstration with Dear ImGui, bgfx, glfw3 and glm built with Emscripten and vcpkg.

Setup are based on ImGui glfw3 binding and bigg.

Setup vcpkg

Install and set VCPKG_ROOT variable to vcpkg directory. Or add it to the PATH variable.

Setup Emscripten

See Download and Install Emscripten page.

Build

make

Run

make start-server and look to http://localhost:8000

Install vcpk dependencies

make vcpkg-setup but it does automatically at build step.

Debug Build

make DEBUG=1

Native Build

make EMSCRIPTEN=0 but only Linux and Vulkan support today.