"Hello world" for the iced Rust UI framework
Helpful for demonstrating Iced to others! This is designed for testing on native platforms. WASM contributions welcome!
Install mold. On Arch, it can be found in the community repository.
Cargo watch can be installed (and/or updated) with this command:
cargo install --force cargo-watch
Then run in a sort of live-reload mode with this command:
cargo watch -w src/*.rs -x run
See also this section on Enabling Fast Compiles for your system:
https://bevyengine.org/learn/book/getting-started/setup/#enable-fast-compiles-optional
For convenience, here are some links to the iced docs: