Aevyrie

Results 217 comments of Aevyrie

There are no plans to release a 0.15 version of those crates.

IMO the input system should remain independent of winit. World space UI is a good example, the inputs aren't always going to come from the window, you often want to...

This is really nice. I realize this is a bikeshed, but I'd like to point out that the name Gizmo truly makes no sense any more. This is just polyline...

Completely non-blocking - have you done any sort of performance profiling? I'm curious how this scales.

Considering the `Atmosphere` takes parameters about the inner and outer radius of the atmosphere, maybe it would make sense if that component was on another entity? That would allow you...

> Some of the main assumptions made I thought the Hillaire paper explicitly allows for space views of the atmosphere? Anyway, I totally understand if it is out of scope....

FYI turning on `Msaa` causes the app to crash. Should probably defend against this. Some render features see MSAA turned on, warn, and don't run anything in the plugin.

Retested, and edited my original report, I was wrong about some of the behavior. Do we just need to update the example? `RequestRedraw` seems to work as expected.

Yup, I assumed as much. I was hoping to get a read on whether this is even an acceptable approach to take for the feature. Before going down the path...

- static reference: I started with this, but was having trouble with the deref making it hard to update the field, so I switched to an owned value to get...