sciapp / gr

GR framework: a graphics library for visualisation applications
Other
328 stars 54 forks source link

Is it possible to use GR in imgui/CImGui? #133

Closed yadmtr closed 3 years ago

yadmtr commented 3 years ago

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.

yadmtr commented 3 years ago

I found solution.

jheinen commented 3 years ago

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