This is an animation created with Motion Canvas to celebrate my 20th birthday
This animation is made in a minimalistic style, using the concept of "gamification"
For better experience, check out 4K rendered video
pnpm i
pnpm serve
Note: On first load, project Motion Canvas can show default (fallback) font instead of "Ubuntu". To fix this, simply reload the page again to reload remote fonts
- Run
pnpm i
to install dependencies andpnpm serve
to launch Motion Canvas - Use
Render
button in Motion Canvas's Video Settings - After render, go to
/output/project
folder whereproject.mp4
will be located - ...
- You are done!
To get GIF, run two commands using
ffmpeg
:
ffmpeg -y -i project.mp4 -vf palettegen palette.png
ffmpeg -y -i project.mp4 -i palette.png -filter_complex paletteuse -r 50 project.gif
This animation is using MIT License