Colorful Unicode ASCII Art Generator
Go to file
Jeff Emmett 588fe0028c Add animation output: 5 image effects, pattern animation, GIF export
Extends the ASCII Art Generator with animation capabilities:
- 5 image effects (color cycle, wave, typewriter, pulse, glitch)
- Pattern animation via time-stepping phase parameters
- Browser playback with play/pause and frame counter
- Animated GIF export via server-side Pillow rendering (no new deps)
- New /api/animate and /api/animate-pattern endpoints

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-02 15:33:53 -07:00
static Add animation output: 5 image effects, pattern animation, GIF export 2026-04-02 15:33:53 -07:00
templates Add animation output: 5 image effects, pattern animation, GIF export 2026-04-02 15:33:53 -07:00
.gitignore Initial release: ASCII Art Generator 2026-04-02 01:43:17 +00:00
Dockerfile Super high-res rendering: up to 1500 chars wide 2026-04-02 04:16:36 +00:00
app.py Add animation output: 5 image effects, pattern animation, GIF export 2026-04-02 15:33:53 -07:00
docker-compose.yml Super high-res rendering: up to 1500 chars wide 2026-04-02 04:16:36 +00:00
render.py Add animation output: 5 image effects, pattern animation, GIF export 2026-04-02 15:33:53 -07:00
requirements.txt Initial release: ASCII Art Generator 2026-04-02 01:43:17 +00:00