You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
255 B
10 lines
255 B
3 months ago
|
# Manim code generated with OpenAI GPT
|
||
|
# Command to generate animation: manim GenScene.py GenScene --format=mp4 --media_dir . --custom_folders video_dir
|
||
|
|
||
|
from manim import *
|
||
|
from math import *
|
||
|
|
||
|
class GenScene(Scene):
|
||
|
def construct(self):
|
||
|
pass
|