# WebGui **Repository Path**: commonfire/WebGui ## Basic Information - **Project Name**: WebGui - **Description**: IMGUI WEBGL - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-17 - **Last Updated**: 2023-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebGui WebGui is an example showing how to use the IMGUI user interface in a web browser. See the [Live Demo](https://jnmaloney.github.io/WebGui/imgui.html) 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.