mirror of
https://github.com/danbulant/cushy
synced 2026-05-19 04:08:38 +00:00
Adding theme editor screenshot to readme
This commit is contained in:
parent
15b8b3e452
commit
daccac26bb
3 changed files with 18 additions and 3 deletions
|
|
@ -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-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
|
||||
|
|
|
|||
|
|
@ -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-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
|
||||
|
|
|
|||
|
|
@ -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-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
|
||||
|
|
|
|||
Loading…
Reference in a new issue