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 installinstalls all the site's dependenciesnpm run devruns the Next.js app on localhost:4000npm run ideruns the IDE on localhost:4001
- We use Typescript for type checking
- We use Jest for unit tests
- We use Prettier for consistent code styling with a Husky pre-commit hook
