Thank you for the appreciations!
I've updated the Cinematics mod:
- You can now close the window and it remains closed.
- It uses the Dear Windowing library for creating the UI, more about that in a bit.
- You can ignore the decal LOD via hotkey
- The UI is adjusted and a tab bar is introduced for easier navigation.
A lot of the work done is 'under the water' specifically in creating the Dear Windowing library. It allows for an intuitive manner to creating UI such that you only need to focus on what you want to be seen in the UI. All the layout is done for you by the library.
Introducing a new mod: Dear Windowing. As mentioned above it is a library that should make it easier to make small UI mods and / or debugging mods. Currently a lot of the debugging is done through the console or by renaming units. It quickly becomes quite cluttered and hard to track. the library is based on Dear ImGui and it attempts to have similar features within the scope of Supreme Commander.