bevy/examples/camera
Lucas 05e0315355
add 2d_on_ui example (#18513)
hello ! im not english native, don't hesitate to correct my code
comments.

# Objective

a simple example for new users. This is a question asked a lot, and i
struggled to do it at first too.
see https://github.com/bevyengine/bevy/discussions/11223

## Showcase


![image](https://github.com/user-attachments/assets/179ec3ad-add5-4963-ab32-3ad1cc9df15c)

---------

Co-authored-by: theotherphil <phil.j.ellison@gmail.com>
2025-06-02 22:11:32 +00:00
..
2d_on_ui.rs add 2d_on_ui example (#18513) 2025-06-02 22:11:32 +00:00
2d_screen_shake.rs
2d_top_down_camera.rs Split Camera.hdr out into a new component (#18873) 2025-05-26 19:24:45 +00:00
camera_orbit.rs
custom_projection.rs Fix a few subcrate import paths in examples (#19002) 2025-04-30 18:41:17 +00:00
first_person_view_model.rs Update shader_prepass, testbed_2d, and first_person_view_model examples to use children! macro (#18270) 2025-03-22 22:35:20 +00:00
projection_zoom.rs