Link to iced.rs in main README
This commit is contained in:
parent
bbcd16c335
commit
2d249d4eb9
1 changed files with 3 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ Inspired by [Elm].
|
||||||
## Features
|
## Features
|
||||||
* Simple, easy-to-use, batteries-included API
|
* Simple, easy-to-use, batteries-included API
|
||||||
* Type-safe, reactive programming model
|
* Type-safe, reactive programming model
|
||||||
* [Cross-platform support] (Windows, macOS, Linux, and the Web)
|
* [Cross-platform support] (Windows, macOS, Linux, and [the Web])
|
||||||
* Responsive layout
|
* Responsive layout
|
||||||
* Built-in widgets (including [text inputs], [scrollables], and more!)
|
* Built-in widgets (including [text inputs], [scrollables], and more!)
|
||||||
* Custom widget support (create your own!)
|
* Custom widget support (create your own!)
|
||||||
|
|
@ -36,6 +36,7 @@ __Iced is currently experimental software.__ [Take a look at the roadmap],
|
||||||
[check out the issues], and [feel free to contribute!]
|
[check out the issues], and [feel free to contribute!]
|
||||||
|
|
||||||
[Cross-platform support]: https://github.com/hecrj/iced/blob/master/docs/images/todos_desktop.jpg?raw=true
|
[Cross-platform support]: https://github.com/hecrj/iced/blob/master/docs/images/todos_desktop.jpg?raw=true
|
||||||
|
[the Web]: https://iced.rs/
|
||||||
[text inputs]: https://gfycat.com/alertcalmcrow-rust-gui
|
[text inputs]: https://gfycat.com/alertcalmcrow-rust-gui
|
||||||
[scrollables]: https://gfycat.com/perkybaggybaboon-rust-gui
|
[scrollables]: https://gfycat.com/perkybaggybaboon-rust-gui
|
||||||
[Debug overlay with performance metrics]: https://gfycat.com/artisticdiligenthorseshoebat-rust-gui
|
[Debug overlay with performance metrics]: https://gfycat.com/artisticdiligenthorseshoebat-rust-gui
|
||||||
|
|
@ -191,7 +192,7 @@ Currently, Iced is a cross-platform GUI library built on top of smaller crates:
|
||||||
[this pull request]: https://github.com/hecrj/coffee/pull/35
|
[this pull request]: https://github.com/hecrj/coffee/pull/35
|
||||||
[The first alpha version]: https://github.com/hecrj/iced/tree/0.1.0-alpha
|
[The first alpha version]: https://github.com/hecrj/iced/tree/0.1.0-alpha
|
||||||
[a renderer-agnostic GUI library]: https://www.reddit.com/r/rust/comments/czzjnv/iced_a_rendereragnostic_gui_library_focused_on/
|
[a renderer-agnostic GUI library]: https://www.reddit.com/r/rust/comments/czzjnv/iced_a_rendereragnostic_gui_library_focused_on/
|
||||||
[tour example]: https://github.com/hecrj/iced/blob/master/examples/tour.rs
|
[tour example]: https://github.com/hecrj/iced/blob/master/examples/README.md#tour
|
||||||
[`ggez`]: https://github.com/ggez/ggez
|
[`ggez`]: https://github.com/ggez/ggez
|
||||||
[the ecosystem]: https://github.com/hecrj/iced/blob/master/ECOSYSTEM.md
|
[the ecosystem]: https://github.com/hecrj/iced/blob/master/ECOSYSTEM.md
|
||||||
[`iced_core`]: https://github.com/hecrj/iced/tree/master/core
|
[`iced_core`]: https://github.com/hecrj/iced/tree/master/core
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue