Swift/Win32 – A Swift Application Framework for Windows
A Win32 application framework for Swift. Contribute to compnerd/swift-win32 development by creating an account on GitHub. (more…)
Read more »While working on InterposeKit, I had a rather specific need: Create an implementation that simply calls super, but at runtime instead of at compile time. Doesn’t sound so hard, does it? Well, here we go again. Read more