CoolFace
Datasetpublic

wha-spell-simulator/labelled-samples

WHA Spell Simulator Glyphs Crowdsourced handwriting samples of signs and sigils from the fan-made Witch Hat Atelier spell simulator. Contributors drew each glyph freehand in the project's Sample Maker tool; every sample was human-reviewed and only approved samples are included. Strokes are simplified (polling-rate invariant) and normalised to the 0..1 range, preserving aspect ratio. vector config One record per sample: id — content hash of the raw sample… See the full description on the dataset page: https://huggingface.co/datasets/wha-spell-simulator/labelled-samples.

sourceHugging Facecc0-1.0updated 7d agoView on Hugging Face
2likes56downloads
Dataset Card

WHA Spell Simulator Glyphs

Crowdsourced handwriting samples of signs and sigils from the fan-made Witch Hat Atelier spell simulator. Contributors drew each glyph freehand in the project's Sample Maker tool; every sample was human-reviewed and only approved samples are included. Strokes are simplified (polling-rate invariant) and normalised to the 0..1 range, preserving aspect ratio.

vector config

One record per sample:

  • id — content hash of the raw sample
  • sample_id — database sample id
  • sign — glyph class label
  • data — list of strokes; each stroke is a list of {t, x, y} points (t in ms from first pen-down, x/y normalised to 0..1)
  • pose — normalized reference overlay center, scale, and rotation targets
python
from datasets import load_dataset
vector = load_dataset("wha-spell-simulator/labelled-samples", "vector")
signtrain
aeroform331
billowing318
collection356
column382
convergence571
cool342
crush338
crystal333
dispersion343
earth326
empower333
entwine332
fire351
float385
focus330
gather343
levitation349
light323
orb340
pull327
region400
repetition348
water335
weave337
wind-directs-air343
wind-underfoot325
total9141

image config

Rasterised strokes as images with a class label, embedded in Parquet.

python
from datasets import load_dataset
images = load_dataset("wha-spell-simulator/labelled-samples", "image")
signtrainvalidation
aeroform26566
billowing25464
collection28571
column30676
convergence457114
cool27468
crush27068
crystal26667
dispersion27469
earth26165
empower26667
entwine26666
fire28170
float30877
focus26466
gather27469
levitation27970
light25865
orb27268
pull26265
region32080
repetition27870
water26867
weave27067
wind-directs-air27469
wind-underfoot26065
total73121829

Provenance & licensing

Collected via the WHA spell simulator Sample Maker. Samples contain no personal information: only ids, class labels, stroke geometry, normalized pose targets, and non-identifying capture metadata survive the export pipeline.