SwiftGtk
SwiftGtk copied to clipboard
A Swift wrapper around gtk-3.x and gtk-4.x that is largely auto-generated from gobject-introspection
An official Apple account mentioned, that DocC might get open-sourced someday. If it does, we should use it instead of 3rd party library. We should also update gir2swift in order...
Hello, it has [come to my attention](https://discourse.gnome.org/t/what-topic-is-necessary-for-gtk4-tutorials-for-beginners/5326), that there is a [Gtk4 tutorial](https://github.com/ToshioCP/Gtk4-tutorial) in making. This tutorial is in C. I think that this might be a good resource for...
On Arch Linux, trying to run `./build.sh` yields the following error: ``` 'CGLib' glib-2.0 gio-unix-2.0.pc: warning: couldn't find pc file 'CCairo' cairo glib-2.0 gio-unix-2.0.pc: warning: couldn't find pc file fish:...
Inspired by the SwiftOnArm community Slack channel (https://swift-arm.com/contact/), I have created a Discord channel for anyone who is interested in the usage of the GTK via Swift, interested in the...
In the build.sh script the app-bundle is generated only for MacOSX devices but if we compile from Linux we also want the resources. So maybe we need to add an...
I want to call some `AboutDialogProtocol` methods like `set(artists:)` and `set(authors:)` Both methods have declared a parameter of the type `UnsafeMutablePointer!` but I currently cannot call them from Swift. On...