The hidden beauty of radix sort
First run ./get_local_motion_canvas.sh
to install Motion Canvas from source.
This is needed because audio support is not yet in the npm package.
Run npm install
to install dependencies and then npm run start
to start the preview server.
It'll be available on http://localhost:9000/.
Audio sources:
- https://freesound.org/people/Valerie-Vivegnis/sounds/759549/
- https://freesound.org/people/Valerie-Vivegnis/sounds/759546/
- https://freesound.org/people/Valerie-Vivegnis/sounds/759547/
- https://freesound.org/people/Valerie-Vivegnis/sounds/759548/
- https://freesound.org/people/simon.rue/sounds/49969/
- https://freesound.org/people/nlux/sounds/636872/
To install pre-commit hooks that check the code for correct formatting etc.:
pip install pre-commit
pre-commit install