SwiftGtk
SwiftGtk copied to clipboard
SwiftGtk is an experimental Gtk+ binding for Swift that tries to make usage of Gtk+ pleasant and "Swifty" as much as possible.
Hi Tomas, I have created a [fork of SwiftGtk](https://github.com/stackotter/SwiftGtk) that: 1. is compatible with the latest Swift version 2. has a neater repository structure 3. is safer (no use of...
I know it is quite old since last update, but this PR makes it compatible with Swift 5.5. I haven't tested it on Linux, but I've been able to merge...
Update xcodeproj settings for Swift 5. Refactoring of code to work with swift 5.
What’s the current state of this project? It appears to be abandoned/unmaintained. If so, are there any maintained/active alternatives?
Here's update to swift 4.2. Currently I've tested this on ubuntu 18.04 through CLion IDE Project's demo is working.
Dear Tomas, Thank you for this bindings! This is super useful. I have a little experience in Vala, but on trying to use some elements from gtk I get errors....
This adds two new methods to `Window`: `enterFullScreen()` and `exitFullScreen()`. I tested them on macOS and on my Raspberry Pi and they worked on both. I updated the sample project...
I couldn't compile on elementryOS without the latter change, and I believe that the former changes are improvements :) I don't have much experience with Swift so if I've messed...