Skip to content

save-buffer/swift-win32

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

swift-win32

This is a thin wrapper over the Win32 APIs for graphics on Windows to make it easier to write Windows applications in Swift.

This requires the latest (git) version of Swift (alternatively, you can use the nightlies from https://dev.azure.com/compnerd/windows-swift). Additionally, you need the latest (git) version of CMake (from http://github.com/KitWare/cmake).

Assuming you are building in S:, you can build with:

cmake -G Ninja S:/swift-win32
ninja SwiftWin32
ninja HelloSwift
.\HelloSwift

About

A Win32 application framework for Swift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Swift 94.7%
  • CMake 5.3%