-
Notifications
You must be signed in to change notification settings - Fork 25
Description
This is sort of a follow-up to #64. I've been working with sigils, and a lot of what I'd like to do requires a higher-level data model of sigils, above that present in the JSON source data.
The JSON source data mirrors the SVGs, and so it's very low level. I was wondering if it would be possible to release, in some form, really any form, the higher level algorithm/data that generated the sigils.
In particular, I'm looking for ways to understand the repeated components that sigils are composed of, and where they appear in other sigils. This is hard to do from the JSON SVG-model data, because I'm interested in things like "Which visual components appear in this sigil?" which is hard from the SVG-model data, but would be easy with higher level "semantic" data about the components that comprise each tile.