bevyengine / bevy

A refreshingly simple data-driven game engine built in Rust
https://bevyengine.org
Apache License 2.0
35.42k stars 3.5k forks source link

Add examples for `bevy_picking` #15547

Closed alice-i-cecile closed 3 hours ago

alice-i-cecile commented 4 hours ago

bevy_mod_picking has been successfully upstreamed (#12365), but its examples were quite messy. We should add our own to teach users how to use the API.

I'd like one example per picking backend (UI, Sprite, Mesh) in the ui/2d/3d folders respectively.

alice-i-cecile commented 3 hours ago

A drag-and-drop example would be lovely for UI (see #5869 for an earlier attempt), but that will be relatively complex to get right :)

alice-i-cecile commented 3 hours ago

Actually, this seems to mostly be done already. Closing.