From 7b54aaf3c48b0c6e7e558a9a6dbaa522eb5ea167 Mon Sep 17 00:00:00 2001 From: shadow cat Date: Thu, 29 Jan 2026 16:39:19 -0500 Subject: [PATCH] readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 5e2cbe9..9bd2147 100644 --- a/readme.md +++ b/readme.md @@ -4,12 +4,12 @@ My experimental attempt at a rust ui library (also my first ui library). It's currently designed around using retained data structures (widgets), rather than diffing generated trees from data like xilem or iced. This is an experiment and I'm not sure if it's a good idea or not. -There's a `main.rs` that runs a testing window, so you can just `cargo run` to see it working. +Examples are in `examples`, eg. `cargo run --example tabs`. Goals, in general order: 1. does what I want it to (text, images, video, animations) 2. very easy to use ignoring ergonomic ref counting -3. reasonably fast / efficient (a lot faster than electron, save battery life) +3. reasonably fast / efficient (a lot faster than electron, save battery life, try to beat iced and xilem) ## dev details