From b8c7a94de7f004edc480aa0c5147f917603f0d64 Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 4 Oct 2018 11:54:43 +0200 Subject: [PATCH] Updated Help Wanted (markdown) --- Help-Wanted.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Help-Wanted.md b/Help-Wanted.md index 283a8ce..5d0bf40 100644 --- a/Help-Wanted.md +++ b/Help-Wanted.md @@ -1,12 +1,12 @@ Currently looking for help with those things: +**Community** +- If you have experience with Dear ImGui and/or programming, helping people out on the [Dear ImGui Discourse forum](http://discourse.dearimgui.org/) would be very useful. +- The wiki needs improvements! + **Features** - Viewport: The multi-viewport branch needs users/testers to move forward! (see Viewport branch and [#1542](https://github.com/ocornut/imgui/issues/1542)). In particular, things may not work as well on all back-ends or operating systems (Linux/OSX are poorly tested regardless of the underlying back-end). -**Community** -- Help improving the wiki. -- Participate or moderate the [Dear ImGui Discourse forum](http://discourse.dearimgui.org/). - **Platform/Renderer Bindings** - Mac: imgui_impl_osx.mm need some love ([#1873](https://github.com/ocornut/imgui/issues/1873)) - SDL: Added game controller support for navigation in imgui_impl_sdl.cpp (model it on gamepad code from imgui_impl_glfw.cpp)