diff options
author | 2019-11-24 20:48:35 +0100 | |
---|---|---|
committer | 2019-11-24 20:48:35 +0100 | |
commit | 5941545a5dff8693b8dd2a85dd473a669bcc3caa (patch) | |
tree | f87af5f635a6b52fb9b3f32c5a6820acf62ff7ff /CONTRIBUTING.md | |
parent | 2d249d4eb996a684d562cb3922b9ec97a0d857b4 (diff) | |
download | iced-5941545a5dff8693b8dd2a85dd473a669bcc3caa.tar.gz iced-5941545a5dff8693b8dd2a85dd473a669bcc3caa.tar.bz2 iced-5941545a5dff8693b8dd2a85dd473a669bcc3caa.zip |
Improve `CONTRIBUTING`
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1a8d6164..8f7724e8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,18 @@ The main advice for new contributors is to share your ideas with the community. This is a very important step. It helps to coordinate work, get on the same page, and start building trust. Please, do not skip it! Remember that [Code is the Easy Part] and also [The Hard Parts of Open Source]! -Iced is in its infancy and, besides directly writing code, there are many other different ways you can contribute. To name a few: +Provided you get in touch first, all kinds of contributions are welcome! Here are a few interesting ideas: + +- New widgets: toggle, table, grid, color picker, video... +- 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` +- Alternative to [`wgpu_glyph`] for proper (shaped), efficient text rendering +- Time travelling debugger built on top of Iced itself +- 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: - Writing tutorials or blog posts - Improving the documentation @@ -16,5 +27,5 @@ Iced is in its infancy and, besides directly writing code, there are many other [the ecosystem overview]: ECOSYSTEM.md [the roadmap]: ROADMAP.md [Zulip server]: https://iced.zulipchat.com/ -[Code is the Easy Part]: https://youtu.be/DSjbTC-hvqQ?t=845 +[Code is the Easy Part]: https://youtu.be/DSjbTC-hvqQ?t=1138 [The Hard Parts of Open Source]: https://www.youtube.com/watch?v=o_4EX4dPppA |