CedricGuillemet / ImGuizmo

Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui
MIT License
3.22k stars 907 forks source link

IMAPP: some tiny fixes for linux - not yet working #232

Closed mgerhardy closed 2 years ago

mgerhardy commented 2 years ago

Looks like this is windows only atm. But before I gave up, I thought that it's at least a start for others to continue with...

mgerhardy commented 2 years ago

On the long run this might be a better option: https://github.com/remyroez/imapp or using one of the backends: https://github.com/ocornut/imgui/blob/master/examples/example_sdl_opengl2/Makefile

CedricGuillemet commented 2 years ago

Ho yes! https://github.com/remyroez/imapp looks like a very good option.

neurodiverseEsoteric commented 1 year ago

Wait so how do I build the examples and demos on linux?