diff options
-rw-r--r-- | img/editor.png | bin | 0 -> 928790 bytes | |||
-rw-r--r-- | img/in-presentation.png | bin | 0 -> 1724254 bytes | |||
-rw-r--r-- | img/phone-button.png | bin | 0 -> 34031 bytes | |||
-rw-r--r-- | img/phone-gesture.png | bin | 0 -> 39220 bytes | |||
-rw-r--r-- | img/presenter-view.png | bin | 0 -> 754944 bytes | |||
-rw-r--r-- | readme.md | 23 |
6 files changed, 22 insertions, 1 deletions
diff --git a/img/editor.png b/img/editor.png Binary files differnew file mode 100644 index 0000000..a6d6dba --- /dev/null +++ b/img/editor.png diff --git a/img/in-presentation.png b/img/in-presentation.png Binary files differnew file mode 100644 index 0000000..9620f38 --- /dev/null +++ b/img/in-presentation.png diff --git a/img/phone-button.png b/img/phone-button.png Binary files differnew file mode 100644 index 0000000..5a7b287 --- /dev/null +++ b/img/phone-button.png diff --git a/img/phone-gesture.png b/img/phone-gesture.png Binary files differnew file mode 100644 index 0000000..b2e5c6d --- /dev/null +++ b/img/phone-gesture.png diff --git a/img/presenter-view.png b/img/presenter-view.png Binary files differnew file mode 100644 index 0000000..cb611c2 --- /dev/null +++ b/img/presenter-view.png @@ -28,7 +28,7 @@ when I'm working on them/are finished: timeline.json file. Maybe also a feature where you could import recorded presentation timings for adding a voice-over and re-exporting the video as a standalone video. -- **Manim add-on library** +- **Manim add-on library** Would allow adding of something like `pressure.slide()` or `pressure.slide('speedChange', 0.7)` to your Manim scene source and export it using a simple python cli script, or alongside the regular Manim renderer if @@ -41,3 +41,24 @@ See link. I try to follow Google's [Material design guidelines](https://material.io/design/guidelines-overview) most of the time. +## gallery + +### editor + +![](/img/editor.png) + +### presentation + +![](/img/in-presentation.png) + +### presenter view + +![](/img/presenter-view.png) + +### phone + +<p align="center"> +<img src="/img/phone-button.png" width="49%"/> +<img src="/img/phone-gesture.png" width="49%"/> +</p> + |