3Blue1Brown
Sign in to saveAlso known as 3blue1brown.com, 3b1b
3Blue1Brown is an educational YouTube channel created and run by Grant Sanderson. The channel focuses on teaching higher mathematics from a visual perspective, and on the process of discovery and inquiry-based learning in mathematics, which Sanderson calls "inventing math".
Key facts
- Social media personality.name
- 3Blue1Brown
- Social media personality.logo
- File:3B1B Logo.svg
- Social media personality.logo_caption
- The channel name and logo reference the color of Grant's right eye, which has blue-brown sectoral heterochromia. It also symbolizes the channel's visual approach to math.
- Social media personality.logo_size
- 200
- Social media personality.birth_name
- Grant Sanderson
- Social media personality.occupation
- YouTuber
- Social media personality.youtube_handle
- 3Blue1Brown
- Social media personality.youtube_years_active
- 2015–present
- Social media personality.youtube_genre
- Mathematics, Education
- Social media personality.youtube_subscribers
- 8.15 million
- Social media personality.youtube_views
- 725 million
- Social media personality.stats_update
- March 5, 2026
- Software.title
- Manim
- Software.author
- Grant Sanderson
- Software.programming language
- Python
- Software.operating system
- Linux, macOS, Windows
- Software.genre
- Animation engine
- Software.license
- MIT License
via Wikipedia infobox
Source code
This project contains the code used to generate the explanatory math videos found on 3Blue1Brown. This almost entirely consists of scenes generated using the library Manim. See also the community maintained version at ManimCommunity. Older projects may have code dependent on older versions of manim, and so may not run out of the box here. Note, while the library Manim itself is open source software and under the MIT license, the contents of this repository are available under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa]. I made this video to show more of how I use manim. Note that I'm using 3b1b/manim, not the community edition, some functionality may differ between the two. Aside from installing manim itself, replicating the workflow involves some custom plugins with Sublime, the text editor I use. If you use another text editor, the same functionality can be mimicked. The key is to make use of two facts. Running manimgl (file name) (scene name) -se (line number) will drop you into an interactive mode at that line of the file, like a debugger, with an iPython terminal that can be used to interact with the scene. Within that interactive mode, if you enter "checkpoint paste()" to the terminal, it will run whatever bit of code is copied to the clipboard. Moreover, if that copied code begins with a comment, the first time it sees that comment it will save the state of the scene at that point, and for all future calls on code beginning with the same comment, it will first revert to that state of the scene before running the code. The argument "skip" of checkpoint paste will mean it runs the code without animating, as if all run times set to 0. The argument "record" of checkpoint paste will cause whatever animations are run with that copied code to be rendered to file. For my own workflow, I set up some keyboard shortcuts to kick off each of these commands. For those who want to try it out themselves, here's what's involved. Install Terminus (via package control). This is a terminal run within sublime, and it lets us write some plugins that take the state in sublime, like where your cursor is, what's highlighted, etc., and use that to run a desired command line instruction. Take the files in the "sublime custom commands" sub-directory of this repo, and copy them into the Packages/User/ directory of your Sublime Application. This should be a directory with a path that looks something like /wherever/your/sublime/lives/Packages/User/ Of course, you could set these to whatever keyboard shortcuts you prefer.
Excerpt from the source-code README · 5,251 chars · not written by Vinony
Wikidata facts
- Instance of
- YouTube channel
- Named after
- eye color
- Official name
- 3Blue1Brown
- Original language
- English language
- Main subject
- mathematics
- Creator
- Grant Sanderson
- Official website
- www.3blue1brown.com
Show 10 more facts
- email address
- mailto:[email protected]
- inception
- 2015-03-03
- language of work or name
- English language
- social media followers
- 7890000
- source code repository URL
- github.com/3b1b/videos
- Commons category
- 3Blue1Brown
- title
- 3Blue1Brown
- web feed URL
- 3blue1brown.substack.com/feed
- official shop URL
- store.dftba.com/collections/3blue1brown
- number of viewers/listeners
- 690239909
via Wikidata · CC0
~5 min read
Encyclopedic overview
10 sectionsContents
- Grant Sanderson
- Early life and education
- Career
- Origin
- Videos, podcasts and other media
- Manim
- See also
- References
- Further reading
- External links
3Blue1Brown is an educational YouTube channel created and run by Grant Sanderson. The channel focuses on teaching higher mathematics from a visual perspective, and on the process of discovery and inquiry-based learning in mathematics, which Sanderson calls "inventing math".
==Grant Sanderson== ===Early life and education=== Sanderson graduated from Stanford University in 2015 with a bachelor's degree in mathematics. He worked for Khan Academy from 2015 to 2016 as part of their content fellowship program, producing videos and articles about multivariable calculus, after which he started focusing his full attention on 3Blue1Brown.
Excerpted from Wikipedia’s “3Blue1Brown” article, available under the CC BY-SA 4.0 licence.