iced-markup 0.1.0-beta

A declarative markup DSL for building Iced GUI applications in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Future Ideas

`iced-markup` is just getting started. Here are some ideas for future versions:

## The Roadmap

- [ ] **Hot Reloading Integration**: Exploring ways to reload markup without full re-compiles.
- [ ] **Custom Style DSL**: More concise way to define styles directly in the markup.
- [ ] **Expanded Widget Support**: Better out-of-the-box support for less common Iced widgets.
- [ ] **IDE Tooling**: Language server features (LSP) for syntax highlighting and autocomplete in VS Code and Neovim.

## Why it matters

Building UIs in Rust should be as fast and pleasant as building for the web, but with the performance and safety of a compiled language. `iced-markup` is a giant step in that direction.