Skip to content
/ velo Public
forked from Dimchikkk/velo

App for brainstorming & sharing ideas 🦀 Learning Project

License

Notifications You must be signed in to change notification settings

Blessium/velo

 
 

Repository files navigation

Velo 🚵

velo.png

Demo

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/

Inspiration

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.

What’s implemented:

  • 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

Run

Tested only on MacOS, should work on Linux and Windows as well

cargo r 

Wasm:

cargo r --target wasm32-unknown-unknown

Pre-commit actions

cargo fmt
cargo clippy --fix --allow-staged -- -A clippy::type_complexity -A clippy::too_many_arguments

Contributing

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.

❤️

About

App for brainstorming & sharing ideas 🦀 Learning Project

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%