Files
QingLong/AI/Manim/generative-manim/GenScene.py

10 lines
255 B
Python
Raw Normal View History

2025-08-15 09:13:13 +08:00
# 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