Examples
Xilem examples.
The Runebender Xilem source repository includes small UFOs that are useful for testing the native editor and understanding Runebender-specific format behavior. Use copies when experimenting with alpha builds.
| Status | Example source map |
|---|---|
| Audience | First-time users, contributors, agents |
| Source | runebender-xilem/assets |
| Stability | Example names may change with the source repo |
Included UFOs
| Path | Use it for | Observed contents |
|---|---|---|
assets/untitled.ufo | First run, navigation, broad glyph coverage, ordinary UFO inspection. | Untitled Regular, 333 GLIF files in the current local checkout. |
assets/hyper-matisse.ufo | Hyperbezier editing, conversion, and format behavior. | Hyper Matisse Regular, 9 digit GLIF files, each with a hyperbezier contour. |
Open
Run from the root of the Runebender Xilem source checkout.
cargo run -- assets/untitled.ufocargo run -- assets/hyper-matisse.ufo Inspect
Use the examples as source data, not as polished release samples.
- Use
untitled.ufoto check basic opening, glyph browsing, preview, and ordinary editing paths. - Use
hyper-matisse.ufowhen documenting hyperbezier behavior or testing conversion to cubic outlines. - Compare website notes with the current source repository before making exact claims.
- Keep local changes in a copy if you are testing destructive or unclear alpha behavior.