The wasm target has a limited set of features and is currently only compatible with landscape webview. Furthermore, it has only been tested on the Chrome browser
https://staffengineer.github.io/velo/
At work, I frequently rely on lucid.app to brainstorm ideas with my colleagues or by myself. Typically, I share my ideas by sending either the diagrams themselves or screenshots of them. While I tend to stick with simple features like rectangles and arrows, I’ve been contemplating the idea of creating a similar tool in Rust. Not only would it allow me to learn the language, but it would also be an enjoyable project to work on.
- add/remove rectangle
- rectangle resizing
- rectangle repositioning
- wrapped text inside rectangles
- paste screenshot from clipboard
- connect nodes with arrows
- make app snapshot in memory and load from it (command + s[l])
- save app state to db and load from it
- change background color of rectangle
- move rectangle to front/back
- positioning text in rectangle
- buttons to cut/copy/paste text in rectangle and open all links in rectangle
- tabs support
- documents support
Tested only on MacOS, should work on Linux and Windows as well
cargo r
Wasm:
cargo r --target wasm32-unknown-unknown
cargo fmt cargo clippy --fix --allow-staged -- -A clippy::type_complexity -A clippy::too_many_arguments
Contributions are always welcome! Please adhere to this project’s code of conduct. If you have questions or suggestions, feel free to make an issue.
❤️