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 startand navigate tohttp://localhost:9000in 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.pngand apackages/<your_package_name/video.giffile. - Finally, it will use MPV to display the rendered gif!