Registry / utility / webui
library2.4.2vcpkgunverified

Use any web browser or WebView as GUI, with your preferred language in the backend and modern web technologies in the frontend, all in a lightweight portable library.

vcpkg install webui
INSTALL
IMPORT
SIG · WEBUI
W
webui
utilitycppv2.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

webui.h
✓ #include <webui.h>

Create a simple window with HTML content

#include "webui.h" #include <iostream> int main() { webui::window my_window; my_window.show("<html><body><h1>Hello, WebUI!</h1></body></html>"); webui::wait(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources

No resource links recorded.

webui — pip install webui · libregistry