Skip to content

sclukey/libui-swift-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

libui-swift-examples

These are examples programs for using libui-swift.

Swift Version

This package is tested with Swift 3, earlier versions of Swift will be ignored completely.

Compiling

You need to have a compiled version of libui. You can either download the supported release or compile libui yourself. See libui-swift's README for more info.

To compile you need to provide Swift the location of the the compiled libui library and the ui.h header file. Assuming you extracted the libui release package to /path/to/libui, you are on 64-bit Linux, and you want a static build, then you would need to use

swift build -Xswiftc -I/path/to/libui/src -Xlinker -L/path/to/libui/linux_amd64/static

About

Examples programs for libui-swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages