This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Manim Binary Number Display | |
by Bryce Corbitt | |
""" | |
from manim import * | |
import numpy as np | |
from color_scheme import SolarizedDark as Scheme | |
default_font='Apercu Mono Pro' # You probably want to change this to a free font |