Ida "Iyes"

Results 73 issues of Ida "Iyes"

Bevy version: 0.7 and current `main`. --- Bevy's `Time` resource, which is the standard and recommended source of timing information in Bevy, that everything should use for anything timing-related, is...

C-Bug
A-Rendering
A-Core

Scenes are a part of bevy I have not yet even looked at. They are currently completely missing from the cheatsheet. Perhaps we should add something about them.

I want to have a layer whose tiles are used to apply visual effects to the tiles underneath, and would like to be able to set a different blending mode...

enhancement

Would it be possible to do something like this? ```rust #[derive(AssetCollection)] struct SpriteAnimationSequences { // maybe this needs a new attribute? // `collection(array)` or something, // to distinguish from `Files`...

I'd like to set up a loading screen with a progress indicator that shows the percentage ready. However, to spawn the UI with the Text for the percentage indicator, I...

It seems like the `cortex_m::interrupt::Mutex` type only gives an immutable reference? What's the point of the mutex then? How can I get a mutable reference to the value?

I often like to listen to music in the background while using other apps that play sounds, or while talking to someone, which I want to hear louder than the...

I am using some I2C sensors that are not 100% reliable and sometimes the connection breaks. I2C timeouts were not working, regardless of the values I provided to the builder...

Many users just want a crate for discovering fonts on the system, not rendering or any of the other stuff `font-kit` provides. It would be great to use `font-kit`, but...

Looking at the documentation, I see that there are functions for compressing/decompressing "using an external dictionary". It is just a slice of bytes. What should those bytes be? How is...