Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-05-11 | Added support for gradients as background variants + other optimizations. | 1 | -202/+0 | ||
2023-02-24 | Refactor `triangle::Pipeline` into `prepare` and `render` architecture | 1 | -20/+3 | ||
And get rid of the staging belt! :tada: | |||||
2022-12-20 | Fix `clippy` lints for Rust 1.66 | 1 | -1/+1 | ||
2022-11-16 | Group all solid triangles independently of color | 1 | -1/+14 | ||
2022-11-10 | Added conditional configurations for WASM target for gradients & storage ↵ | 1 | -0/+7 | ||
buffers, since storage buffers are not supported on wgpu WASM target at the moment. | |||||
2022-11-03 | Rename `buffers` module to `buffer` | 1 | -53/+53 | ||
... and move `StaticBuffer` to nested `static` module | |||||
2022-11-03 | Fix lints by `clippy` | 1 | -2/+2 | ||
2022-11-03 | Run `cargo fmt` | 1 | -6/+2 | ||
2022-10-18 | Cleaned up namespaces re: PR comments. | 1 | -20/+20 | ||
2022-10-06 | Fixed some more imports/documentation. | 1 | -2/+4 | ||
2022-10-05 | Readjusted namespaces, removed Geometry example as it's no longer relevant. | 1 | -0/+0 | ||
2022-10-04 | Reworked wgpu buffers, updated glow side to have proper transform location ↵ | 1 | -2/+1 | ||
storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR. | |||||
2022-09-29 | Adds linear gradient support to 2D meshes in the canvas widget. | 1 | -0/+202 | ||
2022-09-29 | Adds linear gradient support to 2D meshes in the canvas widget. | 1 | -0/+202 | ||