diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-05-09 14:00:14 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-05-09 14:00:14 +0200 |
commit | d3827511b342b71ae3c0c1bbd38aff51b014b880 (patch) | |
tree | d63811bd42f74f77d818065487c312a9a29762d3 |
initial commit
-rw-r--r-- | license | 21 | ||||
-rw-r--r-- | logo.png | bin | 0 -> 19780 bytes | |||
-rw-r--r-- | readme.md | 24 |
3 files changed, 45 insertions, 0 deletions
@@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 lonkaars + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/logo.png b/logo.png Binary files differnew file mode 100644 index 0000000..089b92b --- /dev/null +++ b/logo.png diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..d590ba7 --- /dev/null +++ b/readme.md @@ -0,0 +1,24 @@ +<h1 align="center"> +<img src="./logo.png" height=48></img><br/> +pressure +</h1> + +Pressure takes a presentation in video format, and lets you split it into +slides. This allows you to create custom animations and designs in software you +love, and present it to the world with ease. + +## roadmap + +- [ ] working demo +- [ ] standalone web editor +- [ ] backend in rust +- [ ] remote control with phone +- [ ] presenter view + +## designs + +See +[figma](https://www.figma.com/file/QDzMck2G5KZFqRvVsi3DSU/pressure?node-id=0%3A1) +link. I try to follow Google's [Material design +guidelines](https://material.io/design/guidelines-overview) most of the time. + |