gdotdesign / webview

Nim bindings for https://github.com/zserge/webview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webview binding for nim

Nim bindings for zserge's Webview which is Tiny cross-platform webview library for C/C++/Golang. Uses WebKit (Gtk/Cocoa) and Edge (Windows)

E.G.

import webview

var w = create(0,nil)
w.set_title("Webview Nim Example")
w.set_size(480, 320, WEBVIEW_HINT_NONE)
w.navigate("https://en.m.wikipedia.org/wiki/Main_Page")
w.run()
w.destroy()

API Docs

Documentation is here

When on debian/ubuntu libwebkit2gtk-4.0-dev is required as debian/ubuntu.

About

Nim bindings for https://github.com/zserge/webview


Languages

Language:C 90.3%Language:Nim 9.7%