I found an example from 2020 in this thread Is it possible to use Makie in CImGui? here: Modification of Gnimuc's example: https://gist.github.com/Gnimuc/5a1e4942784cfc3558e2ee50b7bee84d · GitHub
But Makie has changed quite a bit since then. Is there a more recent example? I searched Discourse and Github with no luck.
More specfically, what has replaced:
GLMakie.global_gl_screen()
and
AbstractPlotting.backend_display(GLMakie.GLBackend(), scene)
and
set_window_config
(is it GLMakie.activate! ?)
Any pointer would be appreciated! Thanks!