wxSwift


wxWidgets with the Swift programming language

Welcom to wxSwift

The wxSwift project implements a binding from the portable GUI library wxWidgets to Swift. Currently wxSwift is being implemented on MinGW-w64 and it is in very early stage.

Download

Download Swift for Windows 1.6 which includes wxSwift alpha version. (http://SwiftForWindows.github.io)

Screenshots

Following GUI were written in Swift using wxSwift.
import wx

var app = wx.App()

_ = wx.MessageDialog(wx.Window(), "Hello Window", "HelloWin", style:wx.OK).showModal()