manimgl-best-practices이란?
다음 경우에 트리거됩니다. (1) 사용자가 "manimgl", "ManimGL" 또는 "3b1b manim"을 언급하는 경우, (2) 코드에 `from manimlib import *`가 포함된 경우, (3) 사용자가 `manimgl` CLI 명령을 실행하는 경우, (4) InteractiveScene, self.frame, self.embed(), ShowCreation() 또는 ManimGL 특정 패턴으로 작업하는 경우. ManimGL 모범 사례(Grant Sanderson의 3Blue1Brown 버전) - 대화형 개발이 가능한 OpenGL 기반 애니메이션 엔진입니다. InteractiveScene, Tex with t2c, 카메라 프레임 제어, 대화형 모드(-se 플래그), 3D 렌더링 및 checkpoint_paste() 작업 흐름을 다룹니다. Manim Community Edition(`manim` 가져오기 및 `manim` CLI 사용)에는 해당되지 않습니다. 출처: alexwelcing/copy.