Skip to content

Longhanks/swiftmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swiftmine

Minesweeper with Swift 5 and Qlift

GitHub license

Building

Qt must be installed, of coures. On Linux, pkgconfig is used to find the build flags. On macOS, the installation is expected to be at /usr/local/opt/qt/, which is also where Homebrew would install Qt per default.

swiftpm

swift build

Qlift provides the *.ui file compiler, qlift-uic, which must be used to compile the files from the UI directory into Swift source files in the Sources directory. This must be repeated whenever the *.ui files are changed.

Screenshot

Screenshot

About

Example using Qlift to consume Qt APIs from Swift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages