Jim
Jim
I'm writing a Geometric Algebra calculator app. A common operation there is called the _left contraction_ and is written as $\rfloor$ (Unicode: _Right Floor_ `⌋`). I'm wondering if you could...
This crate would be perfect for prototyping compute shaders! I am trying to write a fluid simulation. While the initial CPU-based approach works great, it is just not performant enough....
Implement a WGSL code emitter analogous to the current GLSL emitter. [WebGPU shading language spec](https://gpuweb.github.io/gpuweb/wgsl/)
Instead of keeping the glTF models as a submodule, fetch them on demand.
Emit an event when the application is opened by clicking on files in Finder or by dropping files on the Dock icon. This is macOS specific, as other OSs usually...
A simple no-op tween that I found useful during development, similar to `Transform::IDENTITY`.
Fall back to a duration of zero if no tweenables are given to the tracks constructor.