Draw the frame, paint the attributes, watch it move
A ZX Spectrum animated sprite editor, in Go. Draw a multi-frame sprite on a pixel grid, paint per-character-cell Spectrum colour attributes, and preview the animation.
In action
Documentation
zenimate — intro guide
A fuller tour of zenimate than the README: how to build it, how to drive the GUI, the file formats it reads and writes, and how the code is layered. For a one-paragraph…
Persistence for zenimate via zentools
zenimate currently keeps everything in memory: the Sprite model has no save, load, or export path of any kind. This document proposes how to add persistence of several…