https://github.com/daniel-j/nim-webview
https://github.com/daniel-j/nim-webview
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-j/nim-webview
- Owner: daniel-j
- Created: 2020-08-19T10:18:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-02T08:11:18.000Z (over 5 years ago)
- Last Synced: 2024-12-29T01:29:52.402Z (over 1 year ago)
- Language: Nim
- Size: 53.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nim-webview
A Nim wrapper for [webview](https://github.com/webview/webview) v0.10.0. Not yet ready for use, unstable and in development.
Uses a submodule, so to clone you need to run:
`git clone --recurse-submodules https://github.com/daniel-j/nim-webview.git`
## Install dependencies
Note: When deploying to Windows, don't forget the include the [webview dlls](https://github.com/webview/webview/tree/master/dll/x64) (are these up to date?).
### Linux
#### Ubuntu/Debian
`sudo apt install libwebkit2gtk-4.0-dev`
Windows crosscompile: `sudo apt install g++-mingw-w64-x86-64`
#### Arch Linux
`sudo pacman -S webkit2gtk`
Windows crosscompile: `sudo pacman -S mingw-w64-gcc`