Registry / other / saucer

saucer

JSON →
library6.0.1vcpkgunverified

Next-gen desktop apps with web-frontend in C++

vcpkg install saucer
INSTALL
IMPORT
SIG · SAUCER
S
saucer
othercppv6.0.1
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.

saucer/saucer.hpp
#include <saucer/saucer.hpp>

Create a desktop window with web content

#include <saucer/saucer.hpp> #include <iostream> int main() { saucer::application app; auto window = app.make_window(); window->set_title("Hello Saucer"); window->set_url("https://example.com"); window->show(); app.run(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

saucer — pip install saucer · libregistry