Antony
Antony
Adds a `rotate_towards` function for `Vec2` and `Quat`, based on discussion in #265, with tests. I'm unsure if these tests are comprehensive enough.
# Objective - The API usage of `KeyboardInput` in the `char_input_events` and `text_input` examples don't match the [migration guide](https://bevyengine.org/learn/migration-guides/0-13-to-0-14/#deprecate-receivedcharacter). ## Solution - Check using `is_pressed` over `ButtonState::Released`.
This PR adds support for `avian3d` via the `avian` feature. Here's a list of changes: - Add a `controller_avian` module and `minimal_avian` example, feature gated behind the `avian` feature. -...
Fixes https://github.com/bevyengine/bevy_editor_prototypes/issues/45. I took the liberty to add the new icons in two places. I also thought about potentially auto-generating **all** of the icons, but it seemed excessive. Perhaps we...