Skip to content

ibourn/ASCII-and-particles-effects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ASCII and Particles effects

Training with ASCII art and particles effects

Overview

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.

Usage

To get started with the projects in this repository, follow these steps:

  1. Clone the repository:

    git clone https://github.com/ibourn/ASCII-and-particles-effects.git
  2. Run the folder's index.html with Live Server in VSCode:

  • Install the Live Server extension in Visual Studio Code.
  • Open the repository folder and right-click on index.html to 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.

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.

About

Training with ASCII art and particles effects (old repo)

Topics

Resources

Stars

Watchers

Forks

Contributors