Skip to content

cryptoquick/iced_hello_world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iced Hello World

"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!

Iced Hello World example animated GIF

Build

Install mold. On Arch, it can be found in the community repository.

Development

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

Docs

For convenience, here are some links to the iced docs:

About

Hello World Example for the Iced Rust UI Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages