JMS55

Results 94 issues of 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 =...

type: enhancement
help wanted

https://api.flutter.dev/flutter/widgets/Wrap-class.html

enhancement

* 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...

enhancement

Open questions: * Should we rename the dioxus #[component] macro to #[widget] or something? * What parts of dioxus do we want to re-export?

documentation

UI components should be able to listen for ECS events, and re-render the component when an event is received.

enhancement

Take inspiration from https://www.framer.com/motion and https://motion.dev

enhancement

Users should be able to change the cursor styles on hover, click, etc. Both custom images, and platform-specific cursor states.

enhancement

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....

enhancement