SkillAgentSearch skills...

WebGui

An example demo of IMGUI (Immediate Mode GUI) on the web. Using only WebGL, GLFW and ImGui. Suitable for being compiled to web assembly (WASM).

Install / Use

/learn @jnmaloney/WebGui
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

WebGui

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

See the Live Demo here.

Screenshot:

<img src="https://i.imgur.com/jJXdlES.png"></img>

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.

View on GitHub
GitHub Stars846
CategoryDevelopment
Updated2d ago
Forks92

Languages

C++

Security Score

100/100

Audited on Mar 28, 2026

No findings