An experimental port of the Kage engine to Rust. This project is still in a very early stage.
To run the example, you first need to download the GlyphWiki data:
curl -O https://glyphwiki.org/dump.tar.gz
mkdir ./data
tar -xzf dump.tar.gz -C ./dataThen run:
cargo run --release --package kage-engine --example export-allThis will generate SVG files from all raw GlyphWiki Kage data.