Registry / other / zserge-webview

zserge-webview

JSON →
library0.12.0vcpkgunverified

Tiny cross-platform webview library for C/C++/Golang.

vcpkg install zserge-webview
INSTALL
IMPORT
SIG · ZSERGE-WEBVIEW
Z
zserge-webview
othercppv0.12.0
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.

webview.h
#include <webview.h>

Create a minimal webview window displaying HTML

#include "webview.h" int main() { webview::webview w(true, nullptr); w.set_title("Hello"); w.set_html("<h1>Hello World</h1>"); w.run(); return 0; }
Debug
Known issues
gotchaRequires a WebKit or WebView2 runtime on Linux/Windows respectively
fix
Install WebKitGTK (Linux) or WebView2 (Windows) runtime
affects: *
Upgrade
Version history
0.12.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Resources

No resource links recorded.

zserge-webview — pip install zserge-webview · libregistry