summaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2021-08-14 21:31:51 +0700
committerLibravatar GitHub <noreply@github.com>2021-08-14 21:31:51 +0700
commit1b2e66ec4f856e95d2655d2d41b840deee01080e (patch)
tree6e537984031d4142de06a4c0f37957d5880ebe60 /examples/README.md
parent187413b4521bc13e270919b2bc101b83d8397956 (diff)
parent6da71f90077f1a1261aa522ff38133011dc5ddb5 (diff)
downloadiced-1b2e66ec4f856e95d2655d2d41b840deee01080e.tar.gz
iced-1b2e66ec4f856e95d2655d2d41b840deee01080e.tar.bz2
iced-1b2e66ec4f856e95d2655d2d41b840deee01080e.zip
Merge pull request #617 from sztomi/integration_gl
Add integration_gl example
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md
index 10c28cf5..1b9f4b56 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -98,7 +98,8 @@ A bunch of simpler examples exist:
- [`download_progress`](download_progress), a basic application that asynchronously downloads a dummy file of 100 MB and tracks the download progress.
- [`events`](events), a log of native events displayed using a conditional `Subscription`.
- [`geometry`](geometry), a custom widget showcasing how to draw geometry with the `Mesh2D` primitive in [`iced_wgpu`](../wgpu).
-- [`integration`](integration), a demonstration of how to integrate Iced in an existing graphical application.
+- [`integration_opengl`](integration_opengl), a demonstration of how to integrate Iced in an existing OpenGL application.
+- [`integration_wgpu`](integration_wgpu), a demonstration of how to integrate Iced in an existing [`wgpu`] application.
- [`pane_grid`](pane_grid), a grid of panes that can be split, resized, and reorganized.
- [`pick_list`](pick_list), a dropdown list of selectable options.
- [`pokedex`](pokedex), an application that displays a random Pokédex entry (sprite included!) by using the [PokéAPI].
@@ -116,6 +117,7 @@ cargo run --package <example>
[`lyon`]: https://github.com/nical/lyon
[PokéAPI]: https://pokeapi.co/
[Ghostscript Tiger]: https://commons.wikimedia.org/wiki/File:Ghostscript_Tiger.svg
+[`wgpu`]: https://github.com/gfx-rs/wgpu
## [Coffee]
Since [Iced was born in May 2019], it has been powering the user interfaces in