From 77930168de3dab33c6cee45d5fa0b43a6accb83f Mon Sep 17 00:00:00 2001 From: Charlie Park Date: Mon, 22 Apr 2019 09:30:13 -0700 Subject: [PATCH 1/2] Link to 3Blue1Brown channel in the README intro. People discovering this engine on GitHub might not have context on it, or know what it looks like. Linking to YouTube allows people to see examples of the engine in action. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 120229c8..54cc94ae 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Documentation Status](https://readthedocs.org/projects/manim/badge/?version=latest)](https://manim.readthedocs.io/en/latest/?badge=latest) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://choosealicense.com/licenses/mit/) -Manim is an animation engine for explanatory math videos. It's used to create precise animations programmatically. +Manim is an animation engine for explanatory math videos. It's used to create precise animations programmatically, as seen on [the 3Blue1Brown channel on YouTube](https://www.youtube.com/channel/UCYO_jab_esuFRV4b17AJtAw). ## Installation Manim runs on python 3.7. You can install the python requirements with From 31d5c9d3cf9ba53619864677c1248fc422ce037d Mon Sep 17 00:00:00 2001 From: Charlie Park Date: Mon, 22 Apr 2019 09:34:44 -0700 Subject: [PATCH 2/2] Altered link, to point to 3Blue1Brown.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54cc94ae..9873c6ce 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Documentation Status](https://readthedocs.org/projects/manim/badge/?version=latest)](https://manim.readthedocs.io/en/latest/?badge=latest) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://choosealicense.com/licenses/mit/) -Manim is an animation engine for explanatory math videos. It's used to create precise animations programmatically, as seen on [the 3Blue1Brown channel on YouTube](https://www.youtube.com/channel/UCYO_jab_esuFRV4b17AJtAw). +Manim is an animation engine for explanatory math videos. It's used to create precise animations programmatically, as seen in the videos at [3Blue1Brown](https://www.3blue1brown.com/). ## Installation Manim runs on python 3.7. You can install the python requirements with