12 useful Terminal commands on Mac

Speeding up rendering in SceneKit

Question or problem in the Swift programming language: So, I am using SceneKit to render a collection of parametric surfaces (the sum of which make an object). To put these on screen I am creating custom geometries by sampling the points and creating triangles. Here is a quick over view of how I do it.

Continue Reading

Swift 3: Drawing a rectangle

Question or problem in the Swift programming language: I’m 3 days new to swift, and I’m trying to figure out how to draw a rectangle. I’m too new to the language to know the classes to extend and the methods to override, and I’ve looked around for sample code, but nothing seems to work (which […]

Continue Reading