Skip to content

vedjain773/manim-algo-vis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manim-algo-vis

This project uses the manim animation engine to build algorithm-visualisers.

The project currently has visualisers for the:

  • Bubble Sort algorithm
  • Selection Sort algorithm
  • Insert Sort algorithm

Usage

Users can download the programs for the respective algorithms and edit the array to create unique visualisers.

To build the video use the command:

manim -pqh <Filename>.py Main

Demo-Videos

  • Bubble-sort

https://github.com/vedjain773/manim-algo-vis/blob/master/demo_vids/bubbleSort.mp4

  • Selection-sort

https://github.com/vedjain773/manim-algo-vis/blob/master/demo_vids/selectionSort.mp4

  • Insert-sort

https://github.com/vedjain773/manim-algo-vis/blob/master/demo_vids/insertSort.mp4

About

A manim project for visualizing sorting algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages