Add a Live Web Demo similar to Egui

Hi Iced team,

First of all, thank you for creating such an amazing library! Iced has become one of my favorite GUI libraries in Rust due to its simplicity and cross-platform support.

I was wondering if you could consider providing a Live Web Demo, similar to what Egui offers (Egui Live Demo). A live demo would allow developers to quickly experience Iced’s capabilities directly in their browsers without needing to set up a development environment.

Why this feature is important:

  1. Lower Entry Barrier: Developers can explore Iced’s features and examples with just a web browser.
  2. Showcase WebAssembly Support: Highlight Iced’s WebAssembly backend and its ability to run cross-platform in browsers.
  3. Increase Engagement: A live demo would attract more users to experiment with Iced.

Possible Implementation:

You could use GitHub Actions to automatically build and deploy Iced’s Web examples to GitHub Pages, similar to how Egui’s demo works.

1 Like