Manim extension with custom components, layouts and slide templates aimed to ease the development of live presentations.
pip install git+ssh://[email protected]/lucmos/powermanim.gitSetup the development environment:
git clone [email protected]:lucmos/powermanim.git
cd powermanim
conda env create -f env.yaml
conda activate powermanim
pre-commit installRun the tests:
pre-commit run --all-files
pytest -vRe-install the project in edit mode:
pip install -e .[dev]