From e72b5ceeb8c6461a34e85909a48debf46505d00a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Mon, 25 Nov 2019 13:34:45 +0100 Subject: [PATCH] Update `CONTRIBUTING` --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f4b89fd..39e4c776 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,12 +12,13 @@ Provided you get in touch first, all kinds of contributions are welcome! Here ar - New renderers: `iced_piet` (already in the works!), `iced_skia`, `iced_raqote`, `iced_pathfinder`... - New shells: `iced_sdl` could be useful for gamedev! - Better style generation for `iced_web` -- Optimizations for `iced_wgpu` +- Optimizations for `iced_wgpu`: tiling, incremental rendering... - Alternative to [`wgpu_glyph`] for proper (shaped), efficient text rendering - Time travelling debugger built on top of Iced itself +- Testing library - Cool website to serve on https://iced.rs -Moreover, Iced is in its infancy and, besides directly writing code, there are many other different ways you can contribute. To name a few: +Besides directly writing code, there are many other different ways you can contribute. To name a few: - Writing tutorials or blog posts - Improving the documentation