An open-source tool for creating plain text animations in the style of ASCII art
The original intent behind this tool was to generate plain text/ASCII art animations for web design projects. It works by tracing an image sequence into an array of strings that are rendered as pre elements and looped with Javascript. From that foundation, the ASCII Animator is being expanded to include more features and export formats.
This project is being developed in tandem with the trace-ascii-image npm module.
- Migrate all styles to Tailwind
- Use requestAnimationFrame instead of setInterval
- Look into dynamic weighting during tracing based on variance of source image pixels across various parameters (e.g. luminosity)
Distributed under the MIT License. See LICENSE.txt
for more information.
Brady Sheridan - dev@bradysheridan.com - bradysheridan.com - @brsheridan
Project Links: ASCII Animator (Website) - ASCII Animator (Github) - trace-ascii-image (Github) - trace-ascii-image (npm)