manim/example_scenes
Devin Neal 684065fa90
Shader mobject (#1462)
* Add Scene.embed_2

* Don't overwrite Scene methods

* Checks

* Remove extra test

* Add docstring

* Allow rerunning the same Scene

* Allow rerunning with file changes

* Found how to kill terminal thread

* Allow for skipping part of a preview

* Add warning

* break out of the loop if no rerun is requested

* Add test shader code

* Port a shader from shadertoy

* Save in-progress work

* Add Shader and Mesh classes

* Rotation matrices

* #INSERT -> #include

* Render with Mesh instead of render groups

* Add mesh updaters and FullscreenQuad

* Beginning OrbitControls

* OribitControls working

* Attempt using a symmetric perpective projection

* Fix OrbitControls and perspective projection

* Remove unecessary changes

* Add docstring for RerunSceneHandler

* Move OrbitControls into Scene, simplify examples

* Modification to matrix code, converting attributes to homogeneous coords

* Add better camera controls

* Check depth test

* Debug some shaders

* Cleanup for PR

* Address pre-commit checks

* Review comments

* iterdir
2021-05-06 18:52:20 -07:00
..
assets Add example_scenes/opengl.py 2021-03-01 19:43:03 -08:00
advanced_tex_fonts.py Fixed flake8 errors and removed linter/formatter workflows (#1278) 2021-04-07 06:14:14 -07:00
basic.py Refactored the Command Line Interface to use Click + Cloup instead of Argparse (#1013) 2021-04-01 23:53:07 -07:00
custom_template.tex simplified example scene 2020-10-09 15:11:50 +02:00
customtex.py Change of Complier and Output format (#1363) 2021-04-19 00:58:21 -07:00
manim.cfg Enhancement: Add manim version to CLI output, append version name for generated gif+png, add version to metadata of rendered videos (#984) 2021-02-10 16:56:05 +01:00
manim_jupyter_example.ipynb Added example jupyter notebook into the examples folders (#1029) 2021-04-08 10:36:18 +02:00
opengl.py Shader mobject (#1462) 2021-05-06 18:52:20 -07:00