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.
 Original: https://github.com/alifcommunity/compiler/issues/29
This feature can be added via the command line. Example for chrome : `--window-size=1024,600 --window-position=600,600`
right now WebUI send messages directly without any queue. we need to add this feature ASAP.
I don't have enough time to finish the [Rust wrapper here](https://github.com/alifcommunity/webui/blob/ceb809ba5c5d83a0143c47fe4068f9a520ce107f/examples/Rust/hello_world/src/Webui.rs#L299), if you have experience in Rust, you can tray to create a C struct `webui_javascript_int_t`, pass it to `webui_run_js_int_struct()`...
Can I compile a 32-bit dll?
Is this work currently in progress?
WebUI runs the web browser using this command: `open --new -a "Google Chrome.app" --args --user-data-dir="/Users/_USER_NAME_HERE_/.WebUI/WebUIChromeProfile" --no-first-run --no-proxy-server --safe-mode --disable-extensions --disable-background-mode --disable-plugins --disable-plugins-discovery --disable-translate --disable-features=Translate --bwsi --disable-sync --disable-sync-preferences --disable-component-update --allow-insecure-localhost --app=http://localhost:12345`...