Minimalist Artistic Visualization

This project is a minimalist artistic visualization created using p5.js. It showcases a simple yet engaging visual experience through the use of generative art techniques.

Project Structure

minimalist-art
├── src
│   ├── index.html       # Main HTML document
│   ├── sketch.js        # p5.js sketch for the visualization
│   └── styles.css       # CSS styles for the project
├── package.json         # npm configuration file
└── README.md            # Project documentation

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone <repository-url>
    cd minimalist-art
    
  2. Install dependencies: If you have any dependencies listed in package.json, run:

    npm install
    
  3. Open the project: Open src/index.html in your web browser to view the visualization.

Features

  • Minimalist design focused on artistic expression.
  • Interactive elements that respond to user input (if implemented in sketch.js).
  • Customizable styles through styles.css.

License

This project is licensed under the MIT License. Feel free to modify and distribute as needed.