Toy3D 3D engine using Swift and Metal

Toy3D is a simple 3D engine built using Swift, Metal and MetalKit.
Toy3D is not intended to be a high performance 3D engine or even used in any real application, it doesn’t have any fancy optimizations or a large feature set. Read more

Similar

Swift Tuples

A tuple in Swift is a construct that groups multiple values together into a single compound value. Tuples can be useful when more than one value type can provide more useful information about the outcome of a behavior or action than simply returning a sin...

Read more »

Tutorial on server side Swift and Vapor2

After doing web development since PHP4.1, I almost gave up and decided to learn Ruby and Ruby on Rails. Then I discovered Laravel two years ago and have been using it since. I have also been developing Swift and Objective-C for iOS and macOS and released (more…)

Read more »

Swift Collections

I’m thrilled to announce Swift Collections, a new open-source package focused on extending the set of available Swift data structures. Like the Swift Algorithms and Swift Numerics packages before it, we’re releasing Swift Collections to help incubate new ... (more…)

Read more »