Skip to content

🌐 Deno bindings for webview, a tiny library for creating web-based desktop GUIs

License

Notifications You must be signed in to change notification settings

webview/webview_deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deno_webview

Still in a very early stage of development. Lots of stuff to do and not even the basics are really implemented yet (apart from opening a webview window). deno_webview uses the rust bindings for zserge's webview.

Example image

Todo

  • Implement all webview instance methods
  • Two-way deno bindings (to call deno from javascript)
  • Multiple windows?
  • Easier importing of scripts, images and css
  • Dialog
  • DialogBuilder and WebViewBuilder
  • Examples
  • Tests