An open API service indexing awesome lists of open source software.

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

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