Great video! How would you do this under Windows with VsCode? I'm finding PyGObject installation/usage so difficult since it's supported only under MSYS2.
@@blacksundarkskies hey man I got some nice sources that talk about development like this one. In my case I use pycharm with GTK 4 then integrate with external XML and css files for styling and layouts. Pretty seamless to me and intuitive helping with the lack of resources out there. Would be glad to share If you're interested
Other than Glade/Cambalache /GTK Builder, is there a WYSIWYG GTK editor you'd recommend for designing the GUI elements.. similar to Qt Designer , wxSmith / wxGlade / wxFormBuilder? I think gladeui-3.4.0-windows create a glade (xml?) file , but not sure if it's compatible with GTK4.. or PyGTK? Any thoughts on NiceGUI? ImGui seems very powerful, but not beginner friendly.. although there are some GUI editors available for it (tpecholt / imrad , Raais/ImStudio , ImGuiBuilder and JamesBoer / ImFrame). There's also some python libraries (pyimgui and dearpygui) that use imgui. DearPyGui wraps imgui, implot, imnodes, plus more custom objects to make it much easier to use.
This video is helping me so mucho! Thanks a lot.
Btw, i can't believe he was doubtful about compiling GTK, that's 100% cool!
Great video. Can you recommend more learning resources?
This is awesome! Thank you for your time, sir :-)
Thank you! It was useful
Great video!
How would you do this under Windows with VsCode? I'm finding PyGObject installation/usage so difficult since it's supported only under MSYS2.
Thanks! Another option for GTK on Windows is using Gvsbuild, but we do need a much simpler install this and go experience for sure.
why so much lack of documentation on this, can you do more on this subject?
I'm really asking the same thing. Like I am barely finding anything
@@blacksundarkskies hey man I got some nice sources that talk about development like this one. In my case I use pycharm with GTK 4 then integrate with external XML and css files for styling and layouts. Pretty seamless to me and intuitive helping with the lack of resources out there.
Would be glad to share If you're interested
Other than Glade/Cambalache /GTK Builder, is there a WYSIWYG GTK editor you'd recommend for designing the GUI elements.. similar to Qt Designer , wxSmith / wxGlade / wxFormBuilder? I think gladeui-3.4.0-windows create a glade (xml?) file , but not sure if it's compatible with GTK4.. or PyGTK?
Any thoughts on NiceGUI?
ImGui seems very powerful, but not beginner friendly.. although there are some GUI editors available for it (tpecholt / imrad , Raais/ImStudio , ImGuiBuilder and JamesBoer / ImFrame).
There's also some python libraries (pyimgui and dearpygui) that use imgui. DearPyGui wraps imgui, implot, imnodes, plus more custom objects to make it much easier to use.
Could you do a tutorial on creating an app in gnome builder using C ?
It seems that actions and signals are very similar. Is there any difference between them? Actions are higher level than signals?