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.
06
May
2023
I've started working on the next chapter of CiderKit: User Interfaces. And that's a big one! In this post I explain why I ended up building my own CSS parser in order to apply styles to my UI elements.