summaryrefslogtreecommitdiffstats
path: root/glow/src/triangle.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-24Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez1-595/+0
2023-01-09Restructured everything to make profiling a feature of iced_winit.Libravatar bungoboingo1-3/+3
2023-01-09Initial profiling support for Iced.Libravatar Bingus1-0/+6
2022-11-16Replace magic constants in `glow::triangle`Libravatar Héctor Ramón Jiménez1-3/+6
2022-11-16Group all solid triangles independently of colorLibravatar Héctor Ramón Jiménez1-116/+446
2022-11-10Added conditional configurations for WASM target for gradients & storage buff...Libravatar bungoboingo1-0/+1
2022-11-03Refactor imports of `triangle` modules in `iced_glow` and `iced_wgpu`Libravatar Héctor Ramón Jiménez1-4/+3
2022-11-03Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`Libravatar Héctor Ramón Jiménez1-3/+6
2022-11-03Fix lints by `clippy`Libravatar Héctor Ramón Jiménez1-2/+2
2022-10-18Cleaned up namespaces re: PR comments.Libravatar bungoboingo1-12/+10
2022-10-07More import adjusting.Libravatar shan1-5/+5
2022-10-06Fixed lint issues & cleaned up some documentation.Libravatar shan1-1/+1
2022-10-05Readjusted namespaces, removed Geometry example as it's no longer relevant.Libravatar shan1-5/+5
2022-10-04Reworked wgpu buffers, updated glow side to have proper transform location st...Libravatar shan1-85/+41
2022-09-29Fixed issue where OpenGL would not render both shaders at once under certain ...Libravatar shan1-30/+22
2022-09-29Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan1-111/+117
2022-09-29Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan1-111/+117
2022-01-19Add `Shader` and `Version`Libravatar Richard1-20/+14
2022-01-19Improve shader version selectionLibravatar Richard1-3/+15
2022-01-19Split `quad::Pipeline` into `core` and `compatibility`Libravatar Richard1-2/+5
2020-07-27Update `glow` to `0.5` in `iced_glow`Libravatar Héctor Ramón Jiménez1-2/+2
2020-06-02Rename `Rectangle::round` to `snap`Libravatar Héctor Ramón Jiménez1-1/+1
2020-05-22Use published `glow` and `glow_glyph` versionsLibravatar Héctor Ramón Jiménez1-2/+2
2020-05-22Use built-in OpenGL multisampling in `iced_glow`Libravatar Héctor Ramón Jiménez1-203/+45
2020-05-22Use `get_uniform_location` for wider compatibilityLibravatar Héctor Ramón Jiménez1-2/+17
2020-05-22Implement MSAA for triangle meshes in `iced_glow`Libravatar Héctor Ramón Jiménez1-41/+195
2020-05-21Update to latest `glow`Libravatar Héctor Ramón Jiménez1-10/+4
2020-05-21Draft `triangle` pipeline in `iced_glow`Libravatar Héctor Ramón Jiménez1-13/+238
2020-05-19Move `Layer` to `iced_graphics`Libravatar Héctor Ramón Jiménez1-3/+2
2020-05-19Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez1-23/+2
2020-05-19Draft first working version of `iced_glow` :tada:Libravatar Héctor Ramón Jiménez1-0/+84