Aevyrie

Results 217 comments of Aevyrie

Good call! That looks pretty straightforward.

I've updated this to now work with commands, as well as a pass on naming, and updated the change detection example to more effectively teach these concepts. Thanks @BD103 for...

> insert_with_caller & friends aren't pub. So the actual question is: Do we want to make them pub? I think so. This will be needed for custom impls, as you...

Played with this for a bit, and it seems like removing `OrthographicProjection` as a required component and replacing it with `Projection(|| Projection::Orthographic(OrthographicProjection::default_2d())),` works just fine. I don't see an immediate...

This sounds like some sort of race condition. All the plugin really does is a spin sleep.

The short answer is that this isn't implemented yet. Getting access to those commands is on my todo list!