From c3b56698708293b2b925256e44e400474034455a Mon Sep 17 00:00:00 2001 From: omar Date: Tue, 19 Feb 2019 16:13:12 +0100 Subject: [PATCH] Updated Help Wanted (markdown) --- Help-Wanted.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Help-Wanted.md b/Help-Wanted.md index e0111f6..2a6dc0a 100644 --- a/Help-Wanted.md +++ b/Help-Wanted.md @@ -6,6 +6,12 @@ Currently looking for help with those things. - Helping to answer in the GitHub [issues/threads](https://github.com/ocornut/imgui/issues) is very helpful too! - The wiki needs improvements! +**Third-party Software** +
If you are familiar or interested in GLFW, designing/developing/submitting those changes to GLFW would be extremely helpful to imgui: +- GLFW: implement/solve https://github.com/glfw/glfw/issues/427 in GLFW to add missing diagonal resize mouse cursors. +- GLFW: implement/solve https://github.com/glfw/glfw/issues/1236 in GLFW to allow for portable multi-viewport support. +- GLFW: implement/solve https://github.com/glfw/glfw/pull/989 in GLFW to allow for portable multi-viewport support. (Update: PR submitted as https://github.com/glfw/glfw/pull/1322) + **Features** - Viewport: The multi-viewport feature needs users/testers to move forward! (see [#1542](https://github.com/ocornut/imgui/issues/1542), available in `docking` branch`). - Viewport: In particular, Linux/OSX have issues and need some work from volunteers. See [#2117](https://github.com/ocornut/imgui/issues/2117). @@ -25,9 +31,3 @@ Currently looking for help with those things. **External Language Bindings** - Many language bindings are not kept up to date (see https://github.com/ocornut/imgui/wiki/Links) - Help with the work on a binding generator. See the work in [#1879](https://github.com/ocornut/imgui/issues/1879), feedback/help welcome. Ideally this would lead us toward officially maintained C bindings. - -**Third-party Software** -
If you are familiar or interested in GLFW pushing/developing those changes would be extremely helpful to imgui: -- GLFW: implement/solve https://github.com/glfw/glfw/issues/427 in GLFW to add missing diagonal resize mouse cursors. -- GLFW: implement/solve https://github.com/glfw/glfw/issues/1236 in GLFW to allow for portable multi-viewport support. -- GLFW: implement/solve https://github.com/glfw/glfw/pull/989 in GLFW to allow for portable multi-viewport support. (Update: PR submitted as https://github.com/glfw/glfw/pull/1322)