webui
webui copied to clipboard
Use any web browser or WebView as GUI, with your preferred language in the backend and HTML5 in the frontend, all in a lightweight portable lib.
It would be much easier to use conan in C/C++ environment through package
If you use Linux, and your only installed web browser is the latest Firefox, WebUI probably won't work because Firefox itself can't create a new profile. `firefox -CreateProfile "WebUI /home/me/.WebUI/WebUIFirefoxProfile"`...
Will there be a support for running JS/TS via [Bun](https://bun.sh)?
**Problem statement:** The current build process seems quite repetitive and requires different compiler toolchains per platform, making it quite a difficult task to maintain the build process. I also don't...
Using WEBUI_USE_TLS=1 and corresponding paths results in type definition conflict with OpenSSL Inserting ``` #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #endif ``` just above the windows header include fixes the issue. However...
This has 3 commits can submit them separately or remove any not wanted but some of the lines were too close to avoid conflicts otherwise. Most of these changes are...
Thanks for such a smart concept of a project. I recently did a [pr](https://github.com/Juff-Ma/WebUI.NET/pull/1) to update the nice C# implementation that @Juff-Ma put together to conform to more standardized c#...
All non-chromium based Browsers we tested will not connect to a secure websocket when using a self-signed certificate. using a non-self-signed certificate wouldn't be practical with webui. The problem seems...