https://github.com/ttys3/webkit2gtk-rs-demo
webkit2gtk-demo
https://github.com/ttys3/webkit2gtk-rs-demo
Last synced: 12 months ago
JSON representation
webkit2gtk-demo
- Host: GitHub
- URL: https://github.com/ttys3/webkit2gtk-rs-demo
- Owner: ttys3
- Created: 2022-12-28T19:37:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T14:20:41.000Z (over 3 years ago)
- Last Synced: 2025-06-04T03:22:01.116Z (about 1 year ago)
- Language: Rust
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webkit2gtk-rs-demo
demo for https://gitlab.gnome.org/World/Rust/webkit2gtk5-rs usage
## build
Fedora
```shell
sudo dnf install -y gtk4-devel javascriptcoregtk5.0-devel webkit2gtk5.0-devel
```
## docs
https://gitlab.gnome.org/World/Rust/gtk-rust-template/-/tree/master/
https://world.pages.gitlab.gnome.org/Rust/webkit2gtk5-rs/stable/latest/docs/
https://world.pages.gitlab.gnome.org/Rust/webkit2gtk5-rs/stable/latest/docs/webkit2gtk/index.html
https://world.pages.gitlab.gnome.org/Rust/webkit2gtk5-rs/stable/latest/docs/javascriptcore/index.html
https://gtk-rs.org/gtk4-rs/stable/latest/docs/gtk4/struct.Notebook.html
https://gtk-rs.org/gtk4-rs/stable/latest/docs/gdk4/index.html
https://gtk-rs.org/gtk4-rs/stable/latest/docs/gdk4_wayland/index.html
https://github.com/gtk-rs/examples/blob/master/src/bin/notebook.rs
## migrating from gtk3 to gtk4
https://docs.gtk.org/gtk4/migrating-3to4.html
https://gtk-rs.org/gtk-rs-core/stable/0.16/docs/glib/object/trait.Cast.html
live examples:
https://github.com/gtk-rs/gtk4-rs/tree/master/examples
https://github.com/GuillaumeGomez/process-viewer/blob/b2701769012c6dda2135b86224e3130405ff0026/src/main.rs#L385