Liam Gallagher

Results 11 issues of Liam Gallagher

### Popularity Metric The Similarweb global rank is 161,566, see https://www.similarweb.com/website/bevyengine.org/#overview The GitHub repo has 16.9k stars, see https://github.com/bevyengine/bevy ### Checklist - [X] I updated the JSON data in `_data/simple-icons.json`...

new icon

**Describe the bug** Sometimes when it gets to the `Creating the final video 🎥` stage it throws the following error, this doesn't happen on most posts but [on this reddit](https://www.reddit.com/r/AskReddit/comments/vzzajg/without_saying_the_name_whats_your_favourite/)...

bug
tts
before next release

## What problem does this solve or what need does it fill? Currently there is no `IRect` or `URect`, #7867 is an example of where these would be useful. ##...

C-Enhancement
D-Good-First-Issue
A-UI
A-Math

# Objective Adds a new resource to control a global volume. Fixes #7690 --- ## Solution Added a new resource to control global volume, this is then multiplied with an...

A-Audio
C-Usability
S-Ready-For-Final-Review

# Objective Fixes #7746 except for making them const which is blocked on const float arithmetic. ## Solution Added a bunch more methods for getting and setting individual color channels...

A-Rendering
C-Usability

# Objective Addresses #4065, let me know if more unit tests are needed to close it. # Solution Add a couple unit tests for run conditions and a doc test...

C-Docs
A-ECS
C-Examples

## Objective Add integer equivalents for the `Rect` type. Closes #7967 ## Solution - Add `IRect` and `URect` - Use a macro to keep things tidy ## Changelog Added `IRect`...

C-Enhancement
A-Math

It would be great to have a vehicle controller built into bevy_rapier. The rapier repo already has one [here](https://github.com/dimforge/rapier/blob/master/src/control/ray_cast_vehicle_controller.rs). The character controller has already been brought over so it makes...

C-Enhancement
D-Medium
P-Low
S-not-started
A-Integration

My project needs podman as a runtime dependency, not to run dev containers but because the program itself runs podman containers. Currently I can [add podman to packages](https://github.com/LiamGallagher737/learnbevy/blob/1b03e9551e4604b88753dd33bfa5ea439588d553/devenv.nix#L8) but I...

enhancement

The [date picker](https://devdojo.com/pines/docs/date-picker) component does not have any keyboard navigation currently or anyway to input other that using a pointer device. Could keyboard navigation please be added?