Yggdrasil icon indicating copy to clipboard operation
Yggdrasil copied to clipboard

Request: webview

Open jebej opened this issue 2 years ago • 1 comments

A lighter-weight alternative to Electron, webview/webview. It has a C API which can be used directly from julia.

jebej avatar Jul 25 '22 23:07 jebej

  • [ ] webview
  • [ ] WebKitGTK
  • [ ] libsoup
  • [x] glib-2.0 >= 2.69.1

lucifer1004 avatar Sep 20 '22 08:09 lucifer1004

Hi I just want to share that I've built a package (https://github.com/sunoru/Webviews.jl) to use webview without the use of JLLs, since building the dependencies by ourselves looks unnecessarily complicated to me. Welcome to try it out :D

sunoru avatar Dec 09 '22 17:12 sunoru

I am currently attempting to get WebKitGTK built - I have a PR for glib networking open (#6530), and have a working recipe locally for libsoup once glibnetworking is merged. I have also submitted PRs (which have been merged) for most other new packages needed by WebKitGTK. I have a recipe for WebKitGTK that I have tested locally, though I am still working on building it without freezing up my computer so I have not been able to test it.

lukebemish avatar Apr 06 '23 22:04 lukebemish