Multi-window + camera UI example #17451
Labels
A-UI
Graphical user interfaces, styles, layouts, and widgets
A-Windowing
Platform-agnostic interface layer to run your app in
C-Examples
An addition or correction to our examples
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
What problem does this solve or what need does it fill?
There are only a few examples:
multiple_windows
,split_screen
andrender_ui_to_texture
that use anything other than a single camera, single window setup andsplit_screen
just has some text and some buttons, the other two just have text. If a change breaks the box shadow implementation for multi-window UI none our current examples or tests will capture this.What solution would you like?
An example using multiple windows and cameras displaying different UI layouts to each window that demonstrate that all the different UI features like shadows, materials, overflow, interactions, fonts, texture slicing etc, still work with mult-window UI.
The text was updated successfully, but these errors were encountered: