Skip to content
forked from jnmaloney/WebGui

A demo of advanced immediate GUI on the web. Using a light combination of Web Assembly (WASM), WebGL, GLFW, and ImGui.

Notifications You must be signed in to change notification settings

GPUWorks/WebGui

 
 

Repository files navigation

WebGui

WebGui is an example showing how to use the IMGUI user interface in a web browser.

See the Live Demo here.

Screenshot:

This example uses Emscripted to compile c++ into Web Assembly (WASM) binaries that can be run as an application in the browser.

The source depends on OpenGL3, ES3, GLFW as well as Freetype and IMGui. I have attempted to make the most lightweight version of IMGUI possible to run in the browser.

About

A demo of advanced immediate GUI on the web. Using a light combination of Web Assembly (WASM), WebGL, GLFW, and ImGui.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.6%
  • C 5.3%
  • HTML 4.8%
  • Makefile 1.3%