Daily creative coding sketches for Genuary 2025, organized in separate projects based on the video export technology used.
This repository contains my submissions for Genuary 2025, a month-long creative coding challenge. The projects are split into two main folders based on their video export approach:
/remotion # Projects using Remotion for video export
/puppeteer # Projects using Puppeteer for video export
Each approach was chosen based on specific project requirements:
- Remotion: For projects needing precise frame control and React integration
- Puppeteer: For projects requiring browser-specific features or real-time animation capture
Both project folders have their own dependencies and setup:
cd remotion
npm install
npm run dev
cd puppeteer
npm install
npm run dev
- P5.js for creative coding
- React for component architecture
- Remotion for high-quality video export
- P5.js for creative coding
- Vanilla JavaScript
- Puppeteer for browser automation and video capture
Feel free to fork and submit pull requests. Please follow the existing code style in each project folder.
MIT License. See LICENSE file for details.