Iced is a cross-platform, end-user-oriented GUI library for Rust, inspired by The Elm Architecture. It expects you to split user interfaces into four different concepts, which are: the state of your app; messages, which are user interactions or other meaningful events; view logic, which displays your state as widgets that can result in messages; and update logic, which offers a way to update your state and react to messages. Iced is very simple and easy to use, and is type-safe. It offers many great features including built-in widgets and custom widget support, debug overlay, a modular ecosystem and more.
Features
- Simple, easy-to-use, batteries-included API
- Type-safe, reactive programming model
- Supports Windows, Linux, macOS and the Web
- Responsive layout
- Built-in widgets as well as custom widget support to build your own
- Debug overlay with performance metrics
- Excellent support for async actions
- Modular ecosystem with reusable parts: a renderer-agnostic native runtime, built-in renderer, windowing shell and web runtime
License
MIT LicenseFollow Iced
You Might Also Like
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Iced!