Showcase and development environment for generative art jigsaw puzzles.
- All designs use simplex-noise with 3 letter seeds for randomness, so every state can be recreated
- Exports SVGs for laser cutting, high definition PNGs for printing, and WEBM animations
- Intuitive interface with zoom functionality
npm install
installs all the site's dependenciesnpm run dev
runs the Next.js app on localhost:4000npm run ide
runs the IDE on localhost:4001
- We use Typescript for type checking
- We use Prettier for consistent code styling, set it up for your editor with these instructions to run on file save