Collections of talks / presentations I held or will hold. Thanks for checking this out!
As of right now, this repository only consists of a single Motion Canvas project.
You use this essentially as every other Motion Canvas project.
- Make sure you have Node.js >= 16.0 as well as
npm
installed npm install
npm run serve
- Have fun!
For your convenience, this also comes with a handy Dockerfile
that you can use to run Motion Canvas
in a containerized environment.
- Make sure you have Docker installed.
docker build -t motion-canvas .
docker run --rm -d -p 9000:9000 --name motion-canvas motion-canvas:latest
- Have fun!
- Rendering with
ffmpeg
inside the Docker container is not supported yet. If you try to render something, the container will crash. - The container doesn't have any mount points at the moment, which means that
src/
directory is baked directly into the image. This is somewhat suboptimal, but I haven't bothered to update theDockerfile
yet. - The talks
rust-vienna/2023-11-30
andrust-vienna/2024-04-05
have been made with the assumption that they'll run on 1080p screens, so you'll have to change the resolution inproject.meta
accordingly. Newer talks are made with 4K resolution by default.