Skip to content

Create algorithmic artwork through various procedural generation algorithms.

License

Notifications You must be signed in to change notification settings

Saganaki22/ProceduralGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Procedural Art Generator

License: MIT HTML5 CSS3 JavaScript

An interactive web application for creating beautiful algorithmic artwork through various procedural generation algorithms.

progen

Overview

The Procedural Art Generator lets you create stunning generative art using mathematical algorithms. It's designed to be accessible to everyone - no programming knowledge required. Simply adjust parameters and watch as intricate patterns come to life.

Features

  • 12 Different Algorithms: From particle systems to flow fields and chaotic attractors
  • Interactive Controls: Adjust parameters in real-time and see immediate results
  • Color Customization: Choose your own color schemes or use random/harmonic generators
  • Gallery System: Save your favorite creations to a personal gallery
  • Direct Image Download: Export your artwork as high-quality PNG files
  • Responsive Design: Works on desktops, tablets, and mobile devices

Algorithms Included

  • Particle System
  • Recursive Patterns (Fractals)
  • Flow Field
  • Voronoi Diagram
  • Wave Patterns
  • Truchet Tiles
  • Perlin Noise
  • Fractal Brownian Motion (fBm)
  • L-System
  • Reaction-Diffusion
  • Penrose Tiling
  • Lorenz Attractor

Technologies Used

  • HTML5: Structure and content
  • CSS3: Styling and responsive design
  • JavaScript: Core functionality and algorithms
  • Canvas API: For rendering graphics and visualizations

Getting Started

  1. Visit https://drbaph.is-a.dev/ProceduralGen/ or clone this repository
  2. If running locally, open index.html in your web browser
  3. Choose an algorithm from the dropdown menu
  4. Adjust parameters to create your unique artwork
  5. Click "Save Artwork" to add it to your gallery
  6. Use the download button in the gallery to save your image

License

This project is licensed under the MIT License - see below for details:

MIT License

Copyright (c) 2025 Procedural Art Generator

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Acknowledgments

  • Inspired by the work of generative artists and creative coders worldwide
  • Mathematical concepts from various disciplines including chaos theory, cellular automata, and fractal geometry