creative-experiments is a personal playground for creative coding. It hosts a collection of visual sketches, shader explorations, and UX/UI interaction prototypes using modern web technologies.
This project merges generative art, visual experiments, and interface design.
The project uses Storybook to showcase and test visual scenes.
pnpm installpnpm devpnpm build-
Format code:
pnpm format
-
Lint:
pnpm lint
- Vite
- React
- Three.js
- Shader Park
- p5.js
- GSAP
- Storybook
- Tailwind CSS
- TypeScript, ESLint, Prettier
src/
three/
└── ...
p5/
└── ...
gsap/
└── ...
types/
utils/This project includes a custom Vite plugin (sp-code-vite-plugin.ts) to parse .sp files and convert them into usable GLSL for Three.js.
MIT © Guillaume Catel