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
/
examples
/
solar_system
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-30
Implement `time::every` in `iced_futures`
Héctor Ramón Jiménez
2
-41
/
+3
2020-04-29
Introduce `Cursor` type in `canvas`
Héctor Ramón Jiménez
1
-6
/
+10
2020-04-28
Remove `Drawable` and rename `State` to `Program`
Héctor Ramón Jiménez
2
-97
/
+64
2020-04-28
Allow `canvas::State` to produce messages
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-28
Remove interaction from `solar_system` example
Héctor Ramón Jiménez
1
-40
/
+17
2020-04-19
Remove `Layer` trait and simplify `Canvas`
Héctor Ramón Jiménez
1
-62
/
+76
2020-04-19
Add interactivity to `solar_system` example
Héctor Ramón Jiménez
1
-18
/
+69
2020-04-19
Draft `Program` interactivity for `Canvas`
Héctor Ramón Jiménez
1
-3
/
+2
2020-04-14
Implement `canvas::Path::circle` helper method
Héctor Ramón Jiménez
1
-10
/
+4
2020-04-14
Implement `canvas::Path::rectangle` helper method
Héctor Ramón Jiménez
1
-12
/
+5
2020-04-14
Implement `From<Color>` for `canvas::Fill`
Héctor Ramón Jiménez
1
-8
/
+8
2020-04-08
impl default for canvas cache
Rob Ede
1
-1
/
+1
2020-03-30
Allow passing external state to `Application::new`
Héctor Ramón Jiménez
1
-4
/
+5
2020-02-21
Create `README` files for all the examples
Héctor Ramón Jiménez
1
-0
/
+18
2020-02-18
Rename `Settings::use_antialiasing` to `antialiasing`
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-18
Write documentation for new `canvas` module
Héctor Ramón Jiménez
1
-3
/
+3
2020-02-15
Rename `Settings::antialiasing` to `use_antialiasing`
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-15
Implement MSAA for `triangle` pipeline in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+4
2020-02-14
Add `solar_system` example
Héctor Ramón Jiménez
2
-0
/
+259