Manim.js

Manim.js is a JavaScript graphics library for math animations, based on p5.js and inspired by 3Blue1Brown's manim project.

Manim.js

I used Manim.js to make explanatory math videos on YouTube, and my channel now has 2,600+ subscribers.

Graph Algorithm Visualizations

BFS

BFS (breadth-first search) is one of the most fundamental graph search algorithms.

View demo

Prim

Prim's Algorithm finds an MST (Minimum Spanning Tree) in a weighted graph.

View demo

Topsort

Topological sort identifies the sequential relationship between nodes in a directed graph.

View demo