This is a repo full of different diagrams to visualize technology concepts.
- Create your new package using
npm init @motion-canvas@latest
- Change directories to your new package and run
npm install
- Build out whatever animation you would like
- Inside of your package dir, run
npm start
and navigate tohttp://localhost:9000
in your favorite web browser
- Use all default rendering settings
- Navigate to the root and run
./render-video.sh packages/<your_package_name>
- This will use ffmpeg to render a
packages/<your_package_name>/output/palette.png
and apackages/<your_package_name/video.gif
file. - Finally, it will use MPV to display the rendered gif!