| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Early development. Expect incomplete features, rough edges, and breaking changes.
cargo runThe first build downloads the bundled color emoji font from the u2dm/twemoji release. It is cached at ui/fonts/Twemoji.ttf afterwards.
The justfile wraps the common commands and routes each feature combination to its own directory under target/modes/, keeping them out of the default target/debug so they can be wiped wholesale (just clean-modes) without disturbing the cargo run loop. Needs just.
Plain cargo works the same as always.
Both are off by default, so a plain cargo run gives you the compiled UI talking to a real homeserver.
interpreted load the .slint files at runtime instead of compiling them into the binary. Edit the UI and relaunch without a rebuild, at the cost of a slower start.
cargo run --features interpreteddemo run against fake rooms, spaces and timelines instead of a real account, useful for screenshots and UI work. The data lives in assets/demo/data.json and is read at runtime. Avatars and thumbnails are fetched on first build and fall back to initials if unavailable.
cargo run --features demojust run-interpreted and just demo run these with isolated build directories.
| Back | FazBrowse Home | New Git URL |