this post was submitted on 08 Jun 2025
6 points (87.5% liked)

C & C++

1002 readers
1 users here now

founded 5 years ago
MODERATORS
 

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:

  1. A C++ GUI library.
  2. An app for layouting of my future app.
  3. It doesn't will be Qt.

Thanks in advance! ๐Ÿ˜‰

you are viewing a single comment's thread
view the rest of the comments
[โ€“] jhoward@lemmy.sdf.org 4 points 2 days ago

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)