aalvarado / examples

A set of examples for Motion Canvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Motion Canvas Examples

How to run

This project uses Git Large File Storage for storing non-textual assets like images and audio. Make sure that you have Git LFS installed and that you cloned the project using git. Downloading it as a ZIP archive will result in said assets missing.

  1. Clone the project
  2. Install all the necessary packages in the root of the project:
    npm install
  3. Run one of the available examples, for instance:
    npm run deferred-lighting
    Take a look at package.json for the list of available examples.

For the sake of size, the audio in these examples uses the mp3 format. This may cause the audio to be slightly desynchronized with the animation (The displayed waveform is remains correct). wav files don't have this issue and are the recommended format when working with Motion Canvas.

About

A set of examples for Motion Canvas

License:MIT License