JuliaImGui / ImGuiOpenGL2Backend.jl

OpenGL 2 backend for CImGui.jl
MIT License
1 stars 1 forks source link

Please register the latest changes to this package #2

Open Octogonapus opened 1 year ago

Octogonapus commented 1 year ago

It's not clear to me whether I should use https://github.com/JuliaImGui/ImGuiOpenGLBackend.jl/ or this package, but this package fixes https://github.com/JuliaImGui/ImGuiOpenGLBackend.jl/issues/3, so I would like to request that the latest changes to this package are registered.

jpsamaroo commented 1 year ago

When CImGui's opengl_major_version is set to 2 in LocalPreferences.toml, this package will be used automatically: https://github.com/Gnimuc/CImGui.jl/blob/3cbbf91e2118211abd7f4ba1e31b2a89044cde21/src/CImGui.jl#L6

this package fixes https://github.com/JuliaImGui/ImGuiOpenGLBackend.jl/issues/3

The same fix just needs to be pushed to ImGuiOpenGLBackend

IanButterworth commented 11 months ago

@jpsamaroo can we move this forward. It's blocking updating to the new CImGui stuff, and the old CImGui doesn't support Apple Silicone which is painful

jpsamaroo commented 11 months ago

The referenced fix has been merged to ImGuiOpenGLBackend. Aside from #3 , what else is needed?