gen2brain / raylib-go

Go bindings for raylib, a simple and easy-to-use library to enjoy videogames programming.
zlib License
1.53k stars 157 forks source link

Dear IMGUI support #367

Closed Tieysson closed 5 months ago

Tieysson commented 5 months ago

Is it possible to integrate this library with Dear IMGUI? If that's not something you are aiming for could you point me out in the direction to achieve it if possible?

gen2brain commented 5 months ago

No idea, usually combining two libraries that both render and both have a main loop should not be the aim. There is something here https://github.com/raylib-extras/rlImGui and https://github.com/oskaritimperi/imgui-impl-raylib.