Hi! Can you recommend some C++ libraries for making GUI interface? Also I know Tiled the Map Editor for creating maps for games, and I’m looking for some app for creating Graphical Interfaces for my future apps with a scaling elements feature (as I can do this in InkScape for example), and with many other features also. But I don’t wanna use Qt.
So, I’m looking for:
- A C++ GUI library.
- An app for layouting of my future app.
- It doesn’t will be Qt.
Thanks in advance! 😉
Personally, I’m a fan of Qt. But I’ve also done some Dear Imgui stuff and liked it. https://www.dearimgui.com/ I also liked JUCE, but that was for an audio plugin (JUCE has a full UI kit)