Niklas Eicker

Results 181 comments of Niklas Eicker

Thank you :heart: For now I am concentrating on updating `bevy_kira_audio` since I have a not yet updated dependency here anyways.

`0.24.0-rc.1` is published now. It's compatible with Bevy 0.17, but doesn't have the `progress_tracking` feature.

> When are we going to release this for bevy 0.17? As soon as the dependency has a version that is compatible with Bevy 0.17. If you don't need progress...

Nice, thank you for the feedback 🙂 I was reading through those docs just yesterday. Skein looks impressive! I would be interested to look through the code for the website....

This is a good idea, I much prefer vitest over jest. :+1: Then we can also finally get rid of #957 and #963.

While we are moving to a more modern tool chain, we could see if we can replace prettier and eslint with [biome](https://github.com/biomejs/biome).

Was done in db9059ff86c268c446a9029c7f9e2b7bfbe15a02

Yeah, your `.json` file is missing the `rooms` field in a json object. It should work with the first example json from above. Also, `Room` is not an asset (at...

I don't see the benefit of json lines over a "normal" json file containing an array. Do you have a use case that does not work with normal json?