bevy_editor_prototypes
bevy_editor_prototypes copied to clipboard
Low-friction experiments for the bevy_editor
Results
42
bevy_editor_prototypes issues
Sort by
recently updated
recently updated
newest added
trafficstars
PR #88 introduced a crash by using the `Aabb2d::shrink` method since that is not safe to use and will panic if the viewport does not fit inside the bounds. The...
The shortcuts on a pane should be 'local'. They should only work when the pane is focused/hovered. For this to work panes can't process their inputs from the global input...
C-Feature
A-Panes