Commit f42bd05
authored
Updaters fix (#838)
* Fix --use_js_renderer and create JsRenderer
* In need of an abstract method for saving static frame data
* Barebones js renderer with no effect
* Restore simple JS functionality
* Preparing to send frame data to JS
* Restore progress after merge
* Restore ability to play animations
* Properly set wait duration
* Pass animation_offset to JS
* Allow for playing a range of animations
* Update RPCs
* Play scene on modification
* Send correct duration to JS on animation finish
* Copy keyframes prior to updating
* Play scene on update
* Allow for image previews
* Don't attempt to serialize ValueTracker
* Cache previously used scene
* Add ImageMobject functionality
* Clear scene caching when regenerating keyframe data
* Remove extraneous changes
* Update for doctests
* Format generated files
* Add http server for media
* Update moving_mobjects in Scene.add()
* Remove unused function
* black
* Add test1 parent ffd8b42 commit f42bd05
File tree
3 files changed
+14
-0
lines changed- manim/scene
- tests
- control_data/graphical_units_data/updaters
- test_graphical_units
3 files changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
322 | 327 | | |
323 | 328 | | |
324 | 329 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
27 | 36 | | |
28 | 37 | | |
29 | 38 | | |
| |||
0 commit comments