
GitHub - iced-rs/iced: A cross-platform GUI library for Rust, …
Iced was originally born as an attempt at bringing the simplicity of Elm and The Elm Architecture into Coffee, a 2D game library I am working on. The core of the library was implemented during May 2019 in this pull request. The first alpha version was eventually released as a renderer-agnostic GUI library.
GitHub - iced-rs/awesome-iced: A curated list of custom widgets ...
Uses iced for its virtual keyboard simulator. XMODITS - A tool to bulk extract samples from tracker modules. yt-dl-gui - A GUI for youtube-dl. ytdlp-gui - A GUI for yt-dlp, a fork of youtube-dl with additional features. iced_layershell - Layershell binding for iced
iced-rs - GitHub
awesome-iced Public A curated list of custom widgets, example projects, integrations, and resources made with/for iced
fogarecious/iced_tutorial: Tutorial of Iced library. - GitHub
Iced is a cross-platform GUI library for Rust. This tutorial serves as a quick start for the library. We try to keep each part of the tutorial as simple as possible. This tutorial is being updated from Iced version 0.10.0 to 0.12.x. For a complete tutorial for version 0.10.0, please refer to this branch. Contents: Setting Up; First App - Hello ...
iced/examples/README.md at master · iced-rs/iced - GitHub
A cross-platform GUI library for Rust, inspired by Elm - iced/examples/README.md at master · iced-rs/iced
Releases · iced-rs/iced - GitHub
A cross-platform GUI library for Rust, inspired by Elm - Releases · iced-rs/iced
iced-rs/iced_aw: Additional widgets for the Iced GUI library - GitHub
This crate contains additional widgets for the GUI library Iced. Every widget is hidden by a feature gate. This allows you to cherry pick the widgets you actually need.
GitHub - Joylei/plotters-iced: :chart_with_upwards_trend: Iced …
Plotters is an extensible Rust drawing library that can be used to plot data on nice-looking graphs, rendering them through a plotting backend (eg. to a Bitmap image raw buffer, to your GUI backend, to an SVG file, etc.).
iced-rs/iced_web: A web runtime for iced that targets the DOM
iced_web takes iced_core and builds a WebAssembly runtime on top. It achieves this by introducing a Widget trait that can be used to produce VDOM nodes. The crate is currently a very experimental, simple abstraction layer over dodrio.
GitHub - icedpygui/IcedPyGui: Python wrapper for Rust Iced GUI
Python wrapper for Rust Iced GUI. Contribute to icedpygui/IcedPyGui development by creating an account on GitHub.