webviewd 1.0.0
D bindings for webview
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
webviewd - D bindings for webview
Usage
import webview;
void main()
{
auto window = webview_create(1, null);
webview_set_title(window, cast(char*)"Webview test");
webview_set_size(window, 1024, 720, webview_hint_t.WEBVIEW_HINT_NONE);
webview_navigate(window, cast(char*)"https://wikipedia.com/");
webview_run(window);
}
MinGW is required for Windows
Reference
webview - A tiny cross-platform webview library for C/C++ to build modern cross-platform GUIs.
License
Licensed under the MIT License.
- 1.0.0 released 5 months ago
- ronnie-w/webviewd
- MIT
- Copyright © 2024, ronnie
- Authors:
- Dependencies:
- none
- Versions:
-
1.0.0 2024-Jun-15 ~main 2024-Jun-15 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
3 downloads this month
-
8 downloads total
-
- Score:
- 0.4
- Short URL:
- webviewd.dub.pm