JMS55
JMS55
See https://github.com/Smithay/client-toolkit/issues/170#issuecomment-754922916
Ray tracing APIs do not currently work with naga_oil. DerivedModule throws out special_type info.
Wgpu 0.20 landed subgroup operations, but is missing quad operations. E.g. Fidelity FX's single pass downscaling uses them: ```c++ FfxFloat32x4 SpdReduceQuad(FfxFloat32x4 v) { FfxFloat32x4 v0 = v; FfxFloat32x4 v1 =...
* Anti-alias the check indicator * Custom check indicator - I would like a checkmark like imgui does, or perhaps a radio-button like fill * Specify checkbox size (constrained does...
Open questions: * Should we rename the dioxus #[component] macro to #[widget] or something? * What parts of dioxus do we want to re-export?
UI components should be able to listen for ECS events, and re-render the component when an event is received.
Users should be able to change the cursor styles on hover, click, etc. Both custom images, and platform-specific cursor states.
Composing UI, especially reactive UI, as code is good. But for some types of games, it would be nice to generate static UI visually in the editor. Open questions: 1....