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
/
wgpu
/
src
/
triangle
/
gradient.rs
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Group all solid triangles independently of color
Héctor Ramón Jiménez
2022-11-16
1
-268
/
+0
|
*
Reuse last set pipeline for `triangle` in `iced_wgpu`
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+7
|
*
Rename `buffers` module to `buffer`
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+1
|
|
|
|
... and move `StaticBuffer` to nested `static` module
*
Convert colors to linear RGB in `gradient` pipelines
Héctor Ramón Jiménez
2022-11-03
1
-8
/
+7
|
*
Cleaned up namespaces re: PR comments.
bungoboingo
2022-10-18
1
-35
/
+32
|
*
Fixed some more imports/documentation.
shan
2022-10-06
1
-2
/
+2
|
*
Fixed lint issues & cleaned up some documentation.
shan
2022-10-06
1
-1
/
+1
|
*
Reduced memory transfer of OpenGL gradient uniform upload. Rearranged ↵
shan
2022-10-05
1
-2
/
+2
|
|
|
|
gradient uniforms on OpenGL side to be more performant.
*
Adjusted gradient uniforms to be more tightly packed.
shan
2022-10-05
1
-19
/
+20
|
*
Readjusted namespaces, removed Geometry example as it's no longer relevant.
shan
2022-10-05
1
-1
/
+1
|
*
Reworked wgpu buffers, updated glow side to have proper transform location ↵
shan
2022-10-04
1
-3
/
+3
|
|
|
|
storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR.
*
Adds linear gradient support to 2D meshes in the canvas widget.
shan
2022-09-29
1
-0
/
+265