Crates.io | rusticify |
lib.rs | rusticify |
version | 0.1.0 |
source | src |
created_at | 2023-04-01 18:16:57.924413 |
updated_at | 2023-04-01 18:16:57.924413 |
description | App for brainstorming & sharing ideas π¦ Learning Project |
homepage | |
repository | https://github.com/StaffEngineer/rusticify.git |
max_upload_size | |
id | 827438 |
size | 5,763,765 |
[[file:rusticify.gif]]
** Inspiration I use lucid.app at work quite often to brainstorm ideas with colleagues or even solo. I often share the ideas via sharing lucid.app diagrams or just screenshot of it. I don't use banch of features there. Just simple rectangles, arrows, why not build something similiar in rust, for the sake of learning rust and having some fun?
** What's implemented
** Run
Tested only on MacOS, should work on Linux and Windows as well #+BEGIN_SRC sh cargo r #+END_SRC
It runs on wasm as well, but it's not very useful, since it doesn't have clipboard/file system features, also only landscape mode is supported.
#+BEGIN_SRC sh cargo r --target wasm32-unknown-unknown --release wasm-server-runner target/wasm32-unknown-unknown/release/rusticify.wasm #+END_SRC
** Pre-commit actions
#+BEGIN_SRC cargo fmt cargo clippy --fix --allow-staged -- -A clippy::type_complexity #+END_SRC
** Screenshot [[file:rusticify.png]]
Contributions are always welcome! Please adhere to this project's code of conduct.