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.
I tried python and deno binding and the showwebview function just returns without doing anything, I used the nightly version of webui
With this Bun wrapper (tested also with Deno) the window crashes after the timeout for not receiving `is_shown` as `true` even though the window is displayed correctly after launch. When...
I've tried use getwindowslong and setwindowslong, but nothing works, the window handle is obtained, and setwindowslong doesn't return 0
I was very happy to find the public_network_access example - just what I need for a contest related application where contestants submit answers via their phones over WLAN. I notice...
I showed 2 windows at the same time. The window which showing later is under the exist window, but I expect it must be on the top of exist window....
Will there ever be a android support? This is a very good library and if it did support mobile then it would be phenomenal to say the least. It is...
32-bit
I tried to compile this to 32-bit and there were many issues. I was wondering if it's possible to even do this or if it would take significant rework? For...
In some cases, webview is not needed. Could you add a macro (eg. WEBUI_ENABLE_WEBVIEW) to control if compile webview support or not?
Attempting to remove window frame using my_window.set_frameless(true); in the C++ example had no effect.
I am trying to use the python wrapper and have codes like following: ```python from time import sleep from webui import webui window = webui.Window() window.show(" Hello World from Python!...