added px_render.h example implementation#1935
Conversation
|
Thank you @pplux! Let me sit on this for a bit, as at the moment I'm undecided if we should keep hosting those bindings for various graphics API in the main repository or elsewhere (either a central repository giving write access to individual maintainers, else let people manage their own. There are merits for both approaches). We similarly have Marmalade and Allegro bindings that may be moved somewhere else. In the meanwhile I have added a link from https://github.com/ocornut/imgui/wiki/Bindings |
|
No problem! let us know how can we help you with this matter either way, meanwhile I keep the files in px repo too: https://github.com/pplux/px/blob/master/examples/deps/imgui_impl_pxrender.h just in case you want to link directly to those, I don't think they will require much change in the future though. |
|
Hello @pplux, |
px_render.h implementation
px_render: https://github.com/pplux/px/blob/master/px_render.h
working example: https://github.com/pplux/px/blob/master/examples/px_render_example_imgui.cpp