aentity
aentity
This PR adds new "application" feature, which is default. When user builds with: ``` cargo build --no-default-features --features "wgpu" ``` it allows to user to build "freestanding" app, with all...
Hi i want to render svg i have into graphics canvas, is it possible? For example, i use graphics to draw things, but occasionally i want to draw/render an svg...
I've notice that when i have nested tree_node's, if i have, for example, a float drag or slider, i can no longer smoothly drag. that only one or 2 slides...
Example ambisonic wav files can be found here: https://www.ambisonia.com/
is possible we can have associated const LANES for wide types? Or for example in SimdValue: ```rust trait SimdValue { const LANES: usize; } ``` This will be very useful...