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.

Authors:
  • ronnie
Dependencies:
none
Versions:
1.0.0 2024-Jun-15
~main 2024-Jun-15
Show all 2 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 1 downloads this month

  • 3 downloads total

Score:
0.3
Short URL:
webviewd.dub.pm