INFOM277 Animations contains the code to generate animations for the course INFOM227.
- Downloads page: https://github.com/UNamurCSFaculty/INFOM227_Animations/releases
The application requires:
There are two ways to download and install the application:
You can install the application using Git by running the following command:
pip install git+https://github.com/UNamurCSFaculty/INFOM227_Animations.gitYou can download the application on the downloads page. Then, you can install the application by running the following command:
pip install infom227_animations-X.X.X-py3-none-any.whl(Note: The X.X.X must be replaced by the version that you want to install.)
You can generate an animation by running the following command:
manim render <path-to-the-scene-file>The scenes are stored in the scenes.py file.
manim render scenes.py SimpleIfZeroAnalysisSceneAll code is licensed for others under a MIT license (see LICENSE).
