This project was inspired by a video from Corridor Crew; I Made Art That HACKS Your Eyes
A simple web application that generates beautiful algorithmic art using space-filling curves and mathematical patterns. Create, customize, and download unique digital artwork.
- Generate unique art patterns with various algorithms
- Customize colors, patterns, and complexity
- Download as PNG or PDF
- Save designs to your local gallery
- Mobile-friendly interface
- Node.js 16+
- npm or yarn
-
Clone the repository
git clone https://github.com/yourusername/algorithmic-art-gallery.git cd Art-Gallery
-
Install dependencies
npm install
-
Start the development server
npm run dev
-
Open your browser and navigate to
http://localhost:4321
To create a production build:
npm run build
The build files will be in the dist
directory, ready to be deployed to any static hosting service.
- Astro - Web framework
- React - UI components
- TailwindCSS - Styling
- Web Workers - For performance-intensive calculations
- LocalStorage - For saving user creations
npm create astro@latest -- --template basics