Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JazonJiao authored Feb 2, 2021
1 parent 642e5b3 commit 7cd0da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Manim.js
# [Manim](https://github.com/3b1b/manim).js
![Screenshot](/lib/thumbnails/GitHubThumbnail.png)

This repo contains the source code for all animations of my YouTube channel, **Jazon Jiao** (Subscribe!): https://www.youtube.com/channel/UC8bvGUlaTahF0lHhMsZFhfw

Manim.js is a project that aims to emulate 3b1b-style math animations using JavaScript (p5.js). The library is currently focused on visualizing linear algebra concepts and graph algorithms. All util classes are located in /src, with detailed documentation. Feel free to use my tools to make your own visualizations of math or CS concepts!
Manim.js is a project that aims to emulate [3b1b](https://www.youtube.com/3blue1brown)-style math animations using JavaScript ([p5.js](https://github.com/processing/p5.js?files=1)). The library is currently focused on visualizing linear algebra concepts and graph algorithms. All util classes are located in /src, with detailed documentation. Feel free to use my tools to make your own visualizations of math or CS concepts!

As an example, here's how you could create an simple graph. Include this code and other necessary source files in an html file (see, for example, Graph Algorithms/graph.html), and then open the browser.

Expand Down

0 comments on commit 7cd0da5

Please sign in to comment.