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