Skip to content

delaudio/genuary2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genuary 2025

Daily creative coding sketches for Genuary 2025, organized in separate projects based on the video export technology used.

About

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

Setup

Both project folders have their own dependencies and setup:

Remotion Projects

cd remotion
npm install
npm run dev

Puppeteer Projects

cd puppeteer
npm install
npm run dev

Technology Stack

Remotion Projects

  • P5.js for creative coding
  • React for component architecture
  • Remotion for high-quality video export

Puppeteer Projects

  • P5.js for creative coding
  • Vanilla JavaScript
  • Puppeteer for browser automation and video capture

Contributing

Feel free to fork and submit pull requests. Please follow the existing code style in each project folder.

License

MIT License. See LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published