From 8a08787e187383afc43aedd3c868b97d7068a7bc Mon Sep 17 00:00:00 2001 From: omar Date: Wed, 13 Jun 2018 20:58:56 +0200 Subject: [PATCH] Updated Help Wanted (markdown) --- Help-Wanted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help-Wanted.md b/Help-Wanted.md index 57753c9..6e9e85d 100644 --- a/Help-Wanted.md +++ b/Help-Wanted.md @@ -7,7 +7,7 @@ Currently looking for help with those things: - Mac: imgui_impl_osx.cpp need some love ([#1873](https://github.com/ocornut/imgui/issues/1873)) - Mac: Wanted a imgui_impl_metal Renderer. ([#1873](https://github.com/ocornut/imgui/issues/1873)) - Mac, iOS: Example_apple/ has been unmaintained, has too much difference from other examples+binding needs to be reworked. -- Mobile, Web: Wanted: Make sure the existing OpenGL renderers are compatible with OpenGL ES 2/3 or write separate renderers. +- Mobile, Web: Wanted: Make sure the existing OpenGL renderers are compatible with whatever WebGL / GL ES versions those platform needs, or write separate renderers if needed. - Mobile: Wanted imgui_impl_ios.cpp Platform Binding+Example for iOS (+ use existing renderer). - Mobile: Wanted imgui_impl_android.cpp Platform Binding+Example for Android (+ use existing renderer). - Web: Wanted imgui_impl_emscripten.cpp Platform Binding+Example for Emscripten (+ use existing renderer to create a new example). ([#336](https://github.com/ocornut/imgui/pull/336))