diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-05-18 11:06:31 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-05-18 11:06:31 +0200 |
commit | 45f5435761612dd6c171b47e4e3a948128501ffe (patch) | |
tree | 12ac9d7e36f57cdc449a6b589ea4c16656bdccd4 /readme.md | |
parent | e5319e20e5c329699d5ddf4cfa782ce3eed06fe5 (diff) |
readme update
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -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> + |