Skip to content

Instantly share code, notes, and snippets.

View abrahamrhoffman's full-sized avatar

Abe Hoffman abrahamrhoffman

  • Hoffman Dynamics, LLC.
  • Ann Arbor, MI
View GitHub Profile
@abrahamrhoffman
abrahamrhoffman / examples.py
Created December 24, 2018 06:07 — forked from Adirockzz95/examples.py
manim animation examples
#!/usr/bin/env python
#
# Usage: python extract_scene.py -p [filename] [classname]
# eg: python extract_scene.py -p examples.py DrawCircle
#
import math
import numpy as np