bevy/examples/testbed
Rob Parrett 4a41525cd0
Add more to the 2d testbed for text (#18240)
# Objective

`Text2d` testing hasn't been as thorough as text in the UI, and it
suffered a bunch of bugs / perf issues in recent cycles.

## Solution

Add some more `Text2d` scenarios to the 2d testbed to catch bugs,
testing bounded and unbounded text with various justification.

## Testing

`cargo run --example testbed_2d` (press space a few times)

<img width="1280" alt="Screenshot 2025-03-10 at 1 02 03 PM"
src="https://github.com/user-attachments/assets/1e4ee39c-809b-4cc6-81bd-68e67b9625b5"
/>

---------

Co-authored-by: Ben Frankel <ben.frankel7@gmail.com>
2025-03-10 22:04:14 +00:00
..
2d.rs Add more to the 2d testbed for text (#18240) 2025-03-10 22:04:14 +00:00
3d.rs Fix validation errors in Fox.glb (#17801) 2025-02-11 22:19:24 +00:00
full_ui.rs testbed for UI (#18091) 2025-03-04 11:02:55 +00:00
helpers.rs Smarter testbeds (#17573) 2025-01-31 22:38:39 +00:00
ui.rs testbed for UI (#18091) 2025-03-04 11:02:55 +00:00