Skip to content

UNamurCSFaculty/INFOM227_Animations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INFOM227 Animations

INFOM277 Animations contains the code to generate animations for the course INFOM227.

Example

Requirements

The application requires:

Download & Installation

There are two ways to download and install the application:

Using Git

You can install the application using Git by running the following command:

pip install git+https://github.com/UNamurCSFaculty/INFOM227_Animations.git

Using the GitHub releases

You 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.)

Usage

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.

Example

manim render scenes.py SimpleIfZeroAnalysisScene

License

All code is licensed for others under a MIT license (see LICENSE).

About

This repository contains the code to generate animations for the course INFOM227.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors