Adding theme editor screenshot to readme

This commit is contained in:
Jonathan Johnson 2024-05-12 08:12:24 -07:00
parent 15b8b3e452
commit daccac26bb
No known key found for this signature in database
GPG key ID: A66D6A34D6620579
3 changed files with 18 additions and 3 deletions

View file

@ -53,7 +53,11 @@ fn main() -> cushy::Result {
Here are some ways to learn more about Cushy:
- Explore the [examples directory][examples]. Nearly every feature in Cushy was
initially tested by creating an example.
initially tested by creating an example. Many are focused on demonstrating a
single feature, but there are some complex example such as a theme
editor/previewer:
[![Theme Editor Example](https://cushy.rs/main/guide/examples/theme_editor.png)][theme-example]
- Browse the [user's guide][guide]. The user guide is a work in progress, but
features CI-generated screenshots and animations for its examples:
@ -77,6 +81,7 @@ Cushy.
[widgets]: mod@crate::widgets
[button-example]: https://github.com/khonsulabs/cushy/tree/main/examples/basic-button.rs
[examples]: https://github.com/khonsulabs/cushy/tree/main/examples/
[theme-example]: https://github.com/khonsulabs/cushy/tree/main/examples/theme.rs
[kludgine]: https://github.com/khonsulabs/kludgine
[figures]: https://github.com/khonsulabs/figures
[wgpu]: https://github.com/gfx-rs/wgpu

View file

@ -40,7 +40,11 @@ $../examples/basic-button.rs:readme$
Here are some ways to learn more about Cushy:
- Explore the [examples directory][examples]. Nearly every feature in Cushy was
initially tested by creating an example.
initially tested by creating an example. Many are focused on demonstrating a
single feature, but there are some complex example such as a theme
editor/previewer:
[![Theme Editor Example](https://cushy.rs/main/guide/examples/theme_editor.png)][theme-example]
- Browse the [user's guide][guide]. The user guide is a work in progress, but
features CI-generated screenshots and animations for its examples:
@ -64,6 +68,7 @@ Cushy.
[widgets]: $widgets$
[button-example]: https://github.com/khonsulabs/cushy/tree/$ref-name$/examples/basic-button.rs
[examples]: https://github.com/khonsulabs/cushy/tree/$ref-name$/examples/
[theme-example]: https://github.com/khonsulabs/cushy/tree/$ref-name$/examples/theme.rs
[kludgine]: https://github.com/khonsulabs/kludgine
[figures]: https://github.com/khonsulabs/figures
[wgpu]: https://github.com/gfx-rs/wgpu

View file

@ -55,7 +55,11 @@ fn main() -> cushy::Result {
Here are some ways to learn more about Cushy:
- Explore the [examples directory][examples]. Nearly every feature in Cushy was
initially tested by creating an example.
initially tested by creating an example. Many are focused on demonstrating a
single feature, but there are some complex example such as a theme
editor/previewer:
[![Theme Editor Example](https://cushy.rs/main/guide/examples/theme_editor.png)][theme-example]
- Browse the [user's guide][guide]. The user guide is a work in progress, but
features CI-generated screenshots and animations for its examples:
@ -79,6 +83,7 @@ Cushy.
[widgets]: https://cushy.rs/main/docs/cushy/widgets/index.html
[button-example]: https://github.com/khonsulabs/cushy/tree/main/examples/basic-button.rs
[examples]: https://github.com/khonsulabs/cushy/tree/main/examples/
[theme-example]: https://github.com/khonsulabs/cushy/tree/main/examples/theme.rs
[kludgine]: https://github.com/khonsulabs/kludgine
[figures]: https://github.com/khonsulabs/figures
[wgpu]: https://github.com/gfx-rs/wgpu