Niklas Eicker

Results 37 issues of Niklas Eicker

If Kira gives an error, log it instead and drop the audio command. A game shouldn't quit, bexause it couldn't play a sound. See e.g. #50

Introduce an image cache in section 3.4 after batch rendering. Resolves #89

First of all, thank you for the awesome book! I just started learning Rust and it was fun and helpful to build the game. I had the issue that even...

Thank you for this, looks awesome! Could we get a minimalistic bevy app example that uses bevy_backroll? I think that would help getting into the whole networking and backroll topic.

See https://tesselode.github.io/kira/clocks.html

The cpal feature seems to be needed to get bevy + kira to work on my android phone.

This plugin contains very nice functionality, but is depending on an outdated Bevy version. Are there any plans to update it so it works with latest Bevy?

C-Enhancement

See for example derive output in NiklasEi/bevy_asset_loader#182 - double-check all types use a global path - is it ok to import from the prelude? - `create` - can the asset...

This allows for dynamic asset files like ```ron ({ "files": [ File(path: "images/tree.png"), File(path: "images/player.png"), ], }) ``` and even works for custom dynamic assets and nested collections ```ron ({...

It would be nice to allow dynamic assets to reference other dynamic assets via key.