Training with ASCII art and particles effects
This repository showcases various JavaScript projects that explore the creative possibilities of ASCII art and particle effects. Each project serves as a unique demonstration of how to manipulate graphics and text in innovative ways using JavaScript.
To get started with the projects in this repository, follow these steps:
-
Clone the repository:
git clone https://github.com/ibourn/ASCII-and-particles-effects.git
-
Run the folder's
index.htmlwith Live Server in VSCode:
- Install the Live Server extension in Visual Studio Code.
- Open the repository folder and right-click on
index.htmlto select "Open with Live Server".
Or 3. Run a Python server:
-
Navigate to the cloned directory in your terminal and run:
python3 -m http.server
-
Then, open your browser and go to http://localhost:8000 to access the projects.
-
Cam to ASCII
This project converts real-time video from your webcam into ASCII art, allowing you to experience a unique visual representation of your surroundings. -
Steering Text
In this project, text follows a steering behavior, creating dynamic and visually interesting animations. This showcases how to apply physics-based movement concepts to text elements, enhancing the visual appeal of traditional text displays.