No description
Find a file
2019-05-25 17:51:38 +08:00
docs using a single nim file for webview 2018-02-21 22:38:57 +08:00
tests sync to upstream; add setColor and update bindEx 2018-01-22 23:12:43 +08:00
webview update webview.h 2018-07-04 18:54:53 +08:00
.gitattributes Fix for macOS (#2) 2018-01-25 00:17:34 +08:00
.gitignore add scope support for bindProcs 2018-01-10 21:24:00 +08:00
readme.md fix #7 2019-05-25 17:51:38 +08:00
webview.nim using a single nim file for webview 2018-02-21 22:38:57 +08:00
webview.nimble Fix for macOS (#2) 2018-01-25 00:17:34 +08:00

Webview for nim

Nim bindings for zserge's Webview which is an excellent cross-platform single header webview library for C/C++ using Gtk, Cocoa or MSHTML repectively.

Docs

Documentation is here

and Golang's doc for webview is also very useful.

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