Skip to content

Latest commit

 

History

History
164 lines (153 loc) · 8.17 KB

README.md

File metadata and controls

164 lines (153 loc) · 8.17 KB

Usefull Links

Workbench more than 100 code examples that you can run live

Some Lua\Vala\C code examples

Gtk4 Tutorial for beginners (for C but its so good that it doesnt matter what language you will use) https://github.com/ToshioCP/Gtk4-tutorial
Another C tutorial from GTK 4 devs https://docs.gtk.org/gtk4/getting_started.html

Also see SHOWCASE.MD for examples of GTK apps sorted by languages.

GTK for Languages


GIR - Gobject Introspection - means lang can call any GObject lib GTK3\4 - means its probably manual written bindings for GTK(or a link to a pkg with GIR-generated bindings)

Tutorials

Examples

Docs

Books