Skip to content

wcshds/kage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kage-rs

An experimental port of the Kage engine to Rust. This project is still in a very early stage.

Example

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 ./data

Then run:

cargo run --release --package kage-engine --example export-all

This will generate SVG files from all raw GlyphWiki Kage data.

About

An experimental port of the Kage engine to Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published