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.
In ws non-blocking mode (win->ws_block = false), WEBUI_WS_DATA will process in new thread (_webui_ws_process_thread), which call _webui_free_mem() to free memory. If muti-threads free and main thread _webui_malloc() to alloc memory,...
Resubmit PR. Allow users to add additional command line parameters.
I've noticed that recent webui operations are taking up a lot of CPU resource on Windows. Even a very simple `examples/C/minimal` project shows high CPU resource consumption. Maybe the mutex...
I was experiment with setting up phaser using this library, but I noticed while everything worked using Firefox, when I tried to run it via the Brave browser, it acted...
I noticed when trying to use Webview, the timer starts with Webui before it disconnects and I get this error: GBM-DRV error (nv_gbm_create_device_native): nv_common_gbm_create_device failed (ret=-1) Only thing that I...
Rather than relying on users to provide and bundle `WebView2Loader.dll` or statically link `WebView2Loader.lib`, a custom WV2 loader implementation can be embedded in `webui`. An existing embedded Windows WV2 loader...
Add option to have multi webviews in the same window. For example - the main window of the browser chrome have multi webviews in the same window. 1 webview is...
files in webui-macos-clang-arm64-2.5.0-beta.2.zip got exact the same size with files in webui-macos-clang-x64.zip: Is there some error in the release process that caused this?
Expect to support D Programming Language.