Roger Küng

Results 7 issues of Roger Küng

**What happened**: Using an M1 Mac, followed the getting started section up until `Quickstart: Create a Game Server` (while using Minikube) **What you expected to happen**: When executing ``` kubectl...

kind/bug

It would be great if the hierarchy could be filtered with entities which have a specific component. Especially helpful if a large amount of entities are in the world.

## Current Issue: Rotations in transformations can only be defined using quaternions (`Quat`). While this is suitable for engine representation, it is less than ideal for human readability and ease...

Bevy provides simple shapes to whitebox a level or to create simple gameplay prototypes. Ideally I would like to use `bevy_proto` to define the locations and shapes for faster iterations,...

Is it possible to embed a vector shape inside a bevy UI Node?

In Bevy `0.16`, I’m seeing an issue where lines rendered with `bevy_vector_shapes `appear on top of other shapes, even when they are physically below them in world space. The visibility...

I’m currently working on integrating `bevy_matchbox` into [Replicon](https://github.com/projectharmonia/bevy_replicon). During testing, we noticed that zero-sized packets sent on a channel are not delivered to peers. However, Replicon requires support for such...