Skip to content

An open-source tool for creating plain text animations in the style of ASCII art

License

Notifications You must be signed in to change notification settings

bradysheridan/ascii-animator

Repository files navigation

Contributors Forks Stargazers Issues MIT License

ASCII Animator

An open-source tool for creating plain text animations in the style of ASCII art

Website · Report Bug · Request Feature

About

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.

To Do

  • 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)

Resources

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Brady Sheridan - dev@bradysheridan.com - bradysheridan.com - @brsheridan

Project Links: ASCII Animator (Website) - ASCII Animator (Github) - trace-ascii-image (Github) - trace-ascii-image (npm)

Github - npm

(back to top)