Paper Plane related set of gtk widgets that can be usable outside of it.
You should already have libadwaita and gtk4 in your project.
Add with command
cargo add --git=https://github.com/yuraiz/origami origami --rename ori
Line in Cargo.toml
ori = { git = "https://github.com/yuraiz/origami", version = "0.1.0", package = "origami" }
ori::init()
calls static_type
for every exported widget, so it makes easier to use them in templates .
Run the demo
cargo run
Open a page directly
cargo run [page-name]
That library will use latest stable versions of gtk and libadwaita.
Building demo requires blueprint-compiler
.