Let’s explore two of Swift 5.2’s new features, that both give the language some really interesting capabilities from a functional programming perspective. (more…)
Read more »
Many times when designing software, we have to deal with the possible absence of a value. This is especially true when working with third party libraries, APIs, databases, or user input. A user may submit a form without filling it out, or we may not get a...
Read more »
Swift wrapper around Dear imgui for macOS, iOS, Linux and Windows - GitHub - ctreffs/SwiftImGui: Swift wrapper around Dear imgui for macOS, iOS, Linux and Windows... (more…)
Read more »
If you’ve ever heard of the term Graph Theory, surely you’re acquaintance with the Dijkstra’s Algorithm.
If you’re not, it’s all right! This article includes everything you need to know. See the… (more…)
Read more »
A Swift wrapper around gtk-3.x that is largely auto-generated from gobject-introspection - rhx/SwiftGtk... (more…)
Read more »