This project is a simple ASCII animation in JavaScript, originally created during the development of my personal website. The animation was inspired by the animated background effect on Midjourney's website.
The animation draws a swirling ASCII pattern around a customizable text or logo. It uses basic trigonometry (polar coordinates with r and theta) and simple noise to create a dynamic, lively visual.
You can easily embed this animation into any website or project. It is also highly customizable — you can:
- Change the width, height, charset, and displayed text/logo.
- Replace the math with any 1D or 2D mathematical functions to create new interesting effects.