文件名称:csanim:就像manim,但用于计算机科学!
文件大小:332KB
文件格式:ZIP
更新时间:2024-05-28 15:53:21
Python
萨尼姆 就像manim(Grant在他的3blue1brown频道中使用的程序),而是计算机科学! 特别感谢Grant Sanderson(3blue1brown, ) Csanim生成视频。 在我们的YouTube频道上可以找到许多测试视频 安装: 要安装csanim,请克隆此存储库,然后运行install.sh脚本。 (下面的命令)此脚本仅针对Ubuntu进行了测试。 要在其他系统上安装csanim,请安装以下软件包: ffmpeg python3 pyhon3-pip python3-opengl(或使用pip3 install pyopengl) dvipng texlive 特克斯利夫乳胶 安装命令:(Ubuntu): git clone https://github.com/jonay2000/csanim cd csanim ./install.sh 用
【文件预览】:
csanim-master
----.gitignore(5B)
----latex()
--------0.png(124KB)
--------1.png(182KB)
----README.md(2KB)
----test.py(9KB)
----csanim()
--------generate_latex.py(2KB)
--------recources()
--------colors.py(2KB)
--------framemanager.py(3KB)
--------__pycache__()
--------__init__.py(91B)
--------shapes.py(2KB)
----test.png(10KB)
----main.py(937B)
----install.sh(104B)