sciapp/gr

Is it possible to use GR in imgui/CImGui?

Closed this issue · 2 comments

Is there a way to use the GR [or GR.jl (or GRUtils)] with
imgui [CImGui.jl] ?

How can I let GR do the off-screen rendering?, then I can re-render the output of framebuffer as an CImGui.Image object.

My goal is to render into a CImGui.jl widget using GR.

I found solution.

I added an example how to use ImGui with low level GR functions (link).