Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.13 KB

File metadata and controls

25 lines (16 loc) · 1.13 KB

Polylog Video Template

Run ./setup.sh to set up the project. This script will:

  • Install Motion Canvas from source (needed because audio support is not yet in the npm package)
  • Install other npm packages
  • Set up pre-commit hooks in a Python virtual environment

After setup is complete, run npm run start to start the preview server. It'll be available on http://localhost:9000/.

Working with LLMs

When using LLMs for Motion Canvas development, using repomix to provide context on Motion Canvas, as well as the typical way we write animations, is useful. You can use this repository, as well as the more general https://github.com/xiaoxiae/motion-canvas-examples/.

You likely want to run something like repomix --include "**/*.tsx,**/*.glsl" so only animation/shader files are packed.

Sounds used

Locks: https://freesound.org/people/Davidjala/sounds/594999/

Clockwork: https://freesound.org/people/apintofmild/sounds/641577/

Box: https://freesound.org/people/OverlookHotelRecords/sounds/271378/

Texting: https://freesound.org/people/soundandmelodies/sounds/776192/ (just a recording of iOS's typing sound effect)