13
Jan
2023
In this direct follow-up to my 2022 retrospective post, I will lay out my goals for the new year, regarding my projects and this website.
08
Jan
2023
When I launched this website at the end of 2021, it wasn’t clear which way my projects would go. Some went way further than expected. Some have not moved an inch. In this post, I take a look at what's been done, now 2022 is in the rear-view mirror.
22
Oct
2022
While working on the authoring tools for The Untitled Project, I realized that running the game at native Retina resolution was not possible on low-end GPUs. I needed a way to render the content of my SKView at a lower resolution. However, the documentation does not provide directions on this subject. In this post, I explain how I finally get to the solution and how to implement it.
28
Aug
2022
SwiftUI is currently the new trend in the Apple development world. And I wanted to give it a try. I did. However, in this post, I explain why I went back to AppKit for The Untitled Project's authoring tools.
18
Jul
2022
As always, the bug was between the chair and the keyboard. In this post, I discuss the weird bug I encountered in my code with the counter-intuitive URL struct initializers of the Foundation framework.