summaryrefslogtreecommitdiffstats
path: root/wgpu/src/lib.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add `Renderer::Defaults` and style inheritanceLibravatar Héctor Ramón Jiménez2019-12-301-0/+2
|
* Draft `Style` and `StyleSheet` for `Button`Libravatar Héctor Ramón Jiménez2019-12-291-5/+9
|
* Write docs for `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-11-221-0/+26
|
* Move text logic in `iced_wgpu` to a `text` moduleLibravatar Héctor Ramón Jiménez2019-11-131-1/+1
|
* Implement debug view and load system fontsLibravatar Héctor Ramón Jiménez2019-11-031-0/+1
|
* Implement basic image rendering in `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-10-231-0/+2
|
* Move `winit` logic from `iced` to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-091-2/+0
| | | | | | | | | | - Added new `renderer::Windowed` trait. This shoud allow users to easily try different renderers by simply changing one line. - Renamed `UserInterface` traits to `Application`, as the `run` method takes total control of the current thread. - Moved `MouseCursor` back to `iced_native`. The new `renderer::Windowed` trait returns one on `draw`. - Split `iced_native` renderer in multiple modules, for consistency.
* Make `iced_core::Button` customizableLibravatar Héctor Ramón Jiménez2019-10-081-1/+1
| | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background
* Render colored quadsLibravatar Héctor Ramón Jiménez2019-10-071-0/+5
|
* Draft `Box` primitiveLibravatar Héctor Ramón Jiménez2019-10-061-1/+1
|
* Modularize `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-10-051-353/+6
|
* Draft basic text rendering using `wgpu_glyph`Libravatar Héctor Ramón Jiménez2019-10-051-41/+185
|
* Add `Renderer` and `Primitive` conceptsLibravatar Héctor Ramón Jiménez2019-10-051-14/+56
|
* Clear the window properly on redrawLibravatar Héctor Ramón Jiménez2019-10-031-3/+47
|
* Initialize `wgpu`Libravatar Héctor Ramón Jiménez2019-10-031-1/+38
| | | | We only enable the `vulkan` feature for now.
* Start `iced_winit` and `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-10-031-0/+87