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.

StatusExample source map
AudienceFirst-time users, contributors, agents
Sourcerunebender-xilem/assets
StabilityExample names may change with the source repo

Included UFOs

Example sources
PathUse it forObserved contents
assets/untitled.ufoFirst run, navigation, broad glyph coverage, ordinary UFO inspection.Untitled Regular, 333 GLIF files in the current local checkout.
assets/hyper-matisse.ufoHyperbezier 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.ufo to check basic opening, glyph browsing, preview, and ordinary editing paths.
  • Use hyper-matisse.ufo when 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.

Related docs