04
Apr
2026
At the end of 2024, I was stuck in the mud with Swift's String Concurrency. After some time, I finally realized I needed a break from all that for a while. That "while" lasted almost 6 months and resulted in VGTunes. In this post, I will talk about the creation of my own video game music database website.
13
Sep
2024
A few weeks ago was held the 2024 edition of the GMTK Game Jam. I participated and released a game. However, this year, I put up a complementary challenge: using the Godot game engine. In this post, I explain how this first experience went.
12
Jul
2024
A few days ago, I released MFX, a PHP micro-framework I've been working on for the past 10 years. In this post, I will tell you the story of this project and how its 1.0 release has been received.
11
Mar
2024
Spritekit isn't going away, but I wanted to see how difficult it would be to developer games for the PlayDate in C. Turns out, not many resources exist to do that with Visual Studio Code. In this post, I explain how to set up Visual Studio Code to build, run, and debug for the PlayDate Simulator.
27
Aug
2023
Documentation for SpriteKit is sparse. Many parts of the framework are pretty obscure, with pretty much no information available out there. That’s the case for fonts. In this post, I explain how to work programmatically with fonts in SpriteKit.