Hello,
Latest commit on May 9 (60f962) - “Release - label v4 BETA-6” imgui do not start on Ubuntu 20.04 (Focal Fossa) anymore. It worked “some” commits before…
I guess it assumes some font now that was not needed before? Any chance of having some fallback?
(Qt version do not build on 20.04 as it’s default Qt library is too old, but I am perfectly fine with that for the moment)
Thanks,
Mikael
Also, please note that the IMGUI-based GUI isn’t fully-featured or supported at this stage. It’s there mainly as an alternative secondary interface to our C++ GUI library to ensure it is portable and not specifically tied to our (supported) Qt based GUI.
With respect to Qt, Sonic Pi should compile against both the latest 5.x and 6.x branches.
Ubuntu 20.04 does not have the latest Qt 5.x but it will probably work once I upgrade to (k)ubuntu 22.04 LTS (eventually). Meantime IMGUI is good enough for me
I will create a ticket in github issue tracker.