aboutsummaryrefslogtreecommitdiff
path: root/content/docs/programming-resources/gui-development/go/gotk3
diff options
context:
space:
mode:
Diffstat (limited to 'content/docs/programming-resources/gui-development/go/gotk3')
-rw-r--r--content/docs/programming-resources/gui-development/go/gotk3/_index.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/content/docs/programming-resources/gui-development/go/gotk3/_index.md b/content/docs/programming-resources/gui-development/go/gotk3/_index.md
new file mode 100644
index 0000000..d528695
--- /dev/null
+++ b/content/docs/programming-resources/gui-development/go/gotk3/_index.md
@@ -0,0 +1,11 @@
+---
+title: gotk3
+description: GTK3 Go bindings
+weight: 1
+---
+
+[gotk3](https://github.com/gotk3/gotk3) provides Go bindings for GTK3, it's somewhat stable but it's tricky to figure out some things if you're
+not used to developing with GTK.
+
+- [Their README](https://github.com/gotk3/gotk3#readme): has some examples to get started quickly
+- [gotk3 examples](https://github.com/gotk3/gotk3-examples): has examples for various usecases, etc