3b1b / videos

Code for the manim-generated scenes used in 3blue1brown videos
5.79k stars 1.55k forks source link

cannot run examples for lake of image resources #50

Open timedcy opened 1 year ago

timedcy commented 1 year ago

cannot run examples for lake of image resources

folder = get_directories()["pi_creature_images"]

KeyError: 'pi_creature_images'

where can i get the resources under this paths:

raster_images: "/Users/grant/Dropbox/3Blue1Brown/images/raster" vector_images: "/Users/grant/Dropbox/3Blue1Brown/images/vector" pi_creature_images: "/Users/grant/Dropbox/3Blue1Brown/images/pi_creature/svg" sounds: "/Users/grant/Dropbox/3Blue1Brown/sounds" data: "/Users/grant/Dropbox/3Blue1Brown/data"

thx~