Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nilaysavant/yew-flow
WIP Node/Flow editor library in yew.rs
https://github.com/nilaysavant/yew-flow
no-code node-editor rust rust-lang rust-library yew yew-framework
Last synced: 1 day ago
JSON representation
WIP Node/Flow editor library in yew.rs
- Host: GitHub
- URL: https://github.com/nilaysavant/yew-flow
- Owner: nilaysavant
- License: apache-2.0
- Created: 2022-06-29T17:34:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T03:35:54.000Z (about 1 year ago)
- Last Synced: 2024-04-24T05:31:25.475Z (10 months ago)
- Topics: no-code, node-editor, rust, rust-lang, rust-library, yew, yew-framework
- Language: Rust
- Homepage: https://yew-flow.netlify.app/
- Size: 5.39 MB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yew-flow
WIP Node/Flow editor library in yew.rs
![Screenshot](./media/editor-animation-1.gif)
![Screenshot](./media/nodes-screenshot-1.png)## References
- For `trunk` serve config refer: [https://trunkrs.dev/assets/](https://trunkrs.dev/assets/).
- Trunk cargo workspace [issue](https://github.com/thedodd/trunk/issues/386).
- [tailwind-cli-with-yew-and-trunk](https://www.matsimitsu.com/blog/2022-01-04-taliwind-cli-with-yew-and-trunk)
- [How to set up Tailwind CSS with Yew and Trunk](https://dev.to/arctic_hen7/how-to-set-up-tailwind-css-with-yew-and-trunk-il9).
- [Enable tailwind intellisense in Rust](https://github.com/tailwindlabs/tailwindcss-intellisense/issues/546)