From fc6da17e2746d66e1c361d5e5e3b3cb7d589b8ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tero=20Laxstr=C3=B6m?= Date: Wed, 19 Mar 2025 18:23:15 +0200 Subject: [PATCH] Add Multi-Window Camera UI in documented examples --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index 35fac7c16c..bd0510e799 100644 --- a/examples/README.md +++ b/examples/README.md @@ -576,6 +576,7 @@ Example | Description [Custom User Event](../examples/window/custom_user_event.rs) | Handles custom user events within the event loop [Low Power](../examples/window/low_power.rs) | Demonstrates settings to reduce power use for bevy applications [Monitor info](../examples/window/monitor_info.rs) | Displays information about available monitors (displays). +[Multi-Window Camera UI](../examples/window/multi_window_camera_ui.rs) | Demonstrates creating multiple windows with multiple cameras with different UIs [Multiple Windows](../examples/window/multiple_windows.rs) | Demonstrates creating multiple windows, and rendering to them [Scale Factor Override](../examples/window/scale_factor_override.rs) | Illustrates how to customize the default window settings [Screenshot](../examples/window/screenshot.rs) | Shows how to save screenshots to disk