Skip to content

lowejosh/generative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generative Gallery

A collection of interactive generative pieces built with React, TypeScript, and p5.js.

Live Demo

View Gallery

Psychedelic Spiral Perlin Field Cityscape
Multiplicative Epicycloid Perlin Flow Random Walk
Quantum Harmonics Recursive Subdivisions Moiré Lattices
Kaleidoscope Caustics

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • Yarn package manager

Installation

git clone https://github.com/lowejosh/generative.git
cd generative
yarn install

Development

yarn start

Open http://localhost:3000 to view the gallery.

Creating New Sketches

Quickly create new artworks:

yarn makeSketch SketchName

Generates boilerplate for:

  • Components
  • Menu system
  • Types
  • File structure and imports

Stack

  • React
  • TypeScript
  • p5.js
  • Material-UI
  • React Router

Project Structure

src/
├── components/     # Reusable UI components
├── sketches/       # Individual sketches
├── hooks/          # Custom React hooks for p5.js integration
├── factories/      # Reusable generative algorithms
├── constants/      # Configuration and sketch registry
└── utils/          # Helper functions and utilities

About

new generative art stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors