A tiny language for making animations. Write a short text file —
manic renders a smooth, glowing video. No timeline, no keyframes: you describe
what's on screen and when things happen.
1 The cast
Name the shapes on screen — a circle, a line, some text.
2 The script
Say what happens over time, by name: draw this, move that, flash it green.
title("Hello");
canvas("16:9");
circle(sun, (640, 360), 90); // the cast: a circle named suncolor(sun, cyan);
show(sun, 0.6); // the script: fade it inpulse(sun);
Then hit Render to turn it into an MP4. Bring an idea, or start from a gallery example.