I've been working on the new GUI for some time now, and I think it's time for a first demo! This is for Linux only, for the time being. I've built what's currently in the imgui branch into an AppImage and uploaded the AppImage to the lux download page. If you want to try it, here it is:
This is an AppImage, so for those of you who aren't familiar with the format, after downloading the file, you need to set execute permission, then you can execute it like any other binary. AppImages should run on a wide range of Linux distros. If you find it runs on your Linux, let me know about it, and also let me know if there are any problems.
The first thing you get to see is a file select dialog, where you can select images and/or PTO files. After you've okayed the selection, lux starts in full-screen mode, displaying the first image. If you don't like full-screen, press F11, TAB takes you to the next image. If you want to interact with the view, all the keyboard and mouse commands from 'legacy' lux are there, but there is one big difference: if you move the mouse pointer close to the image's top margin, you get a quite ordinary-looking drop-down menu. This is how you access the new GUI functionality. The 'File' menu has a few entries, among which the 'Imgui Demo' is probably the most interesting: it provides a panel to show all widgets and functionality Dear ImGui offers. The second menu has lux-specific panels. You can now make all kinds of settings with the GUI which did require command line parameters in 'legacy' lux. Check it out - the widgets in the panels are usually named like the CL parameters, and the little '?' signs next to the widgets yield tool tips when hovered. The new GUI focuses (for now) on parameterization, which I felt was awkward in 'legacy' lux. I'll eventually extend it to the operation of the virtual camera, slide-show control, snapshots, stitching etc. - please bear in mind that this is a first demo, not the final new GUI, so there are plenty of things still missing. If you want to use the 'legacy' GUI, you can simply switch between the old and new GUI with the 'C' key - the demo is 'hybrid'.
The panels, once you've opened them, remain visible and display the currently active parameters. If you change anything, there is no immediate effect, you have to use the 'Apply' or 'Okay' buttons at the bottom of the panels. Note that you can Apply changes to either the current view or to the entire session. I think you'll get the hang of it quickly. Please note that Dear ImGui may produce small .ini files saving the layout and position of the panels, this enables it to start up as it was closed.
So much for now, and maybe there's an echo this time? This would also be a good moment to make propositions or get involved.