Mein NEUER Kurs: C++ Gui Entwicklung mit ImGui

preview_player
Показать описание


Meine Hardware:

Software zu den Videos:

* Affiliate Link: Das bedeutet, dass ich am Verkaufspreis beteiligt werde,
es enstehen keine Kosten für dich und ich bekomme ein Stück vom Kuchen ab.
Рекомендации по теме
Комментарии
Автор

Danke! Hört sich interessant an. Gucke ich mir an.

Volker-Dirr
Автор

I'd like to use Dear ImGui for a simple windows application, few textboxes/pushbuttons, a couple led-like indicators.. even some gauges would be nice.. but all the screenshots I've seen for ImGui and Tkinter.. and even PyQt seem like they are from 1995! Ironically, I want something modern looking but need the exe to be 32-bit.

Flutter looks nice, but doesn't support linking to 32-bit dlls. A Labview exe would be fine, but the amount of bloat that comes with it is a deal-breaker.

I like the streamlined idea behind Dear ImGui.. especially if you can use free tools:
VS Studio IDE Community + MSVC
VS Code Editor + MingW/gcc
CodeBlocks + cimgui/clang

Eventually, I'd like to make a GUI that simulates a helicopter cockpit (like the one from DCS AH-64D) and runs inside a F16MFD display ($300 for 600x600 DPI TFT Display on AE). Whenever a button is pressed, it would actuate relays connected via USB!

bennguyen
Автор

mega... und dann mit c++.... sehr nice wird gekauft

moaZa
Автор

Funktioniert die ImGUI auch unter Linux?

hgmtoyl
Автор

Grüße Herr Schaffranek,
ich verstehe nicht warum sie eine Tutorialreihe mit ImGUI machen. GUIs die mit ImGUI gemacht wurden entsprechen nicht den modernen Standard und sind hässlich AF. Zwar hat ImGUI sehr viele positive Eigenschaften und findet durch aus Anwendung in zB. simplen Steuereinheit bzw. Einstellungsfenster die für den Endbenutzer nicht sichtbar sind. Ich würde mir wünschen, das modernere Methoden für GUIs in C++ gezeigt werden und damit meine ich nicht Qt oder ähnliches. Ich habe ehr an sowas wie WebEngines, zb. Ultralight oder CEF (Cross Plattform) oder unter Windows zb. UWP gedacht. Das sind Frameworks die heutzutage auch Platz in Awendungen finden, die wir täglich nutzen. Evtl. kennen sie auch noch alternativen mit denen moderne GUI entwicklung möglich ist und Kommerziell nicht einschränkt.
Ich würde mich eine Antwort freuen, freundliche Grüße :)

bestofsemper