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.
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
To run this project locally, follow these steps:
-
Clone the repository:
git clone <repository-url> cd minimalist-art -
Install dependencies: If you have any dependencies listed in
package.json, run:npm install -
Open the project: Open
src/index.htmlin your web browser to view the visualization.
- Minimalist design focused on artistic expression.
- Interactive elements that respond to user input (if implemented in
sketch.js). - Customizable styles through
styles.css.
This project is licensed under the MIT License. Feel free to modify and distribute as needed.