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
/
gradient.rs
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2022-11-16
Group all solid triangles independently of color
Héctor Ramón Jiménez
1
-162
/
+0
2022-11-08
Fixed issues with old GL versions ( <= 2.1 )
bungoboingo
1
-2
/
+2
2022-11-03
Convert colors to linear RGB in `gradient` pipelines
Héctor Ramón Jiménez
1
-4
/
+6
2022-11-03
Run `cargo fmt`
Héctor Ramón Jiménez
1
-45
/
+48
2022-10-18
Updated syntax for color stop iteration re: PR comments.
bungoboingo
1
-2
/
+1
2022-10-18
Cleaned up namespaces re: PR comments.
bungoboingo
1
-14
/
+13
2022-10-06
Fixed some more imports/documentation.
shan
1
-3
/
+2
2022-10-05
Reduced memory transfer of OpenGL gradient uniform upload. Rearranged ↵
shan
1
-92
/
+51
gradient uniforms on OpenGL side to be more performant.
2022-10-04
Reworked wgpu buffers, updated glow side to have proper transform location ↵
shan
1
-40
/
+52
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.
shan
1
-0
/
+189
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-0
/
+189