Skip to content

Commit

Permalink
Added Images
Browse files Browse the repository at this point in the history
  • Loading branch information
avnlearn committed Sep 12, 2024
1 parent ec55333 commit 59b8980
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## GUI (Using PySide6)

![GUI Recorder 1](https://github.com/avnlearn/manim-recorder/blob/main/assets/GUI%20recording_001-0.2.3.png?raw=true)
![GUI Recorder 1](https://github.com/avnlearn/manim-recorder/blob/main/assets/GUI%20recording_001-0.2.5.png?raw=true)

![GUI Recorder 1](https://github.com/avnlearn/manim-recorder/blob/main/assets/GUI%20recording_002-0.2.3.png?raw=true)
![GUI Recorder 1](https://github.com/avnlearn/manim-recorder/blob/main/assets/GUI%20recording_002-0.2.5.png?raw=true)

![GUI Recorder 1](https://github.com/avnlearn/manim-recorder/blob/main/assets/GUI%20recording_003-0.2.3.png?raw=true)
![GUI Recorder 1](https://github.com/avnlearn/manim-recorder/blob/main/assets/GUI%20recording_003-0.2.5.png?raw=true)

```python
from manim import *
Expand Down
Binary file removed assets/GUI recording.png
Binary file not shown.
Binary file removed assets/GUI recording_001-0.2.3.png
Binary file not shown.
Binary file added assets/GUI recording_001-0.2.5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/GUI recording_002-0.2.3.png
Binary file not shown.
Binary file added assets/GUI recording_002-0.2.5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/GUI recording_003-0.2.3.png
Binary file not shown.
Binary file added assets/GUI recording_003-0.2.5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions example/gui_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ def construct(self):
square = Square().shift(2 * RIGHT)
math = MathTex(r"x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}")

# with self.voiceover(
# "भारत के दस सबसे अधिक प्रतिभाशाली लेखक यह हमलोग नहीं जानना सकते है कि भुत्तकल(Past) में बहुत सारे लिखका हुए जो प्रतिभाशाली थे और आने वाले भाभिष्य कल (Future) में प्रतिभाशाली लेखक होगे। यह हम कुछ लेखको को देखेगे।, इसलिए लिखेगे"
# ) as tracker:
# self.play(Write(math), run_time=tracker.duration)
with self.voiceover(
"भारत के दस सबसे अधिक प्रतिभाशाली लेखक यह हमलोग नहीं जानना सकते है कि भुत्तकल(Past) में बहुत सारे लिखका हुए जो प्रतिभाशाली थे और आने वाले भाभिष्य कल (Future) में प्रतिभाशाली लेखक होगे। यह हम कुछ लेखको को देखेगे।, इसलिए लिखेगे", math
) as tracker:
self.play(Write(math), run_time=tracker.duration)

# self.play(Unwrite(math))

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "manim-recorder"
version = "0.2.5"
version = "0.2.6"
description = "Manim plugin for recorder"
authors = ["AvN Learn <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 59b8980

Please sign in to comment.