Skip to content

codeindex2937/webview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Startup

This repo is for run webview on windows.

  1. add WebView.MapDir for local files.
  2. change hook namespace from window to window.eel, call hook function in format of eel.xxx instead.

Usage

  1. clone this repo
  2. run build.bat in MSVC cmd, and you will got webview.*
  3. put webview.* to root of your repo, or other path on demand
  4. add the link flag to your code
/*
#cgo windows LDFLAGS: -L${SRCDIR} -lwebview
*/
import "C"
import "github.com/codeindex2937/webview"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages