3b1b / videos

Code for the manim-generated scenes used in 3blue1brown videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing shader files for fractal animations

mjclarke94 opened this issue · comments

The python code refers to a shader_folder location, but the corresponding shaders haven't been uploaded.

Example folder reference:

class NewtonFractal(Mobject):
CONFIG = {
"shader_folder": "newton_fractal",

This should be updated now.