From all the stuff I got rid of over the years, I don't miss anything, can even hardly remember any of it - except #books. There are so many books I miss, I could make a list right now. I now get why some people have these huge shelves at home.
Activity Stream
Even though I agree with the article, I don't want more machine recommendations for games - I want human curation. I want wacky people introduce me to wacky games. Something like the blogroll, but for games. totallyhuman.io/blog/no-game-d…
Another unexpected side-effect of #AI use in #gamedev is the reduced switching costs between engines. I had my VoxImporter plugin converted to Blender very quickly, which now has opened the possibility to migrate my game to the #Godot engine.
Man, fuck #selfhosting. Some of us have work to do. 🤷♂️
$5.11 for two Mac builds on #Unity Cloud Build. Bruh. Shit's getting expensive. What are people using for devops these days? #gamedev
With the help of #ai I finally managed to triangulate my #voxel models without T-Junction issues. I've tried AI to solve this for me several times before, now ChatGPT5.3-codex made it work. 🥳 #gamedev
There has been a lot of chatter about the #steammachine pricing related to #RAM shortages. I still believe that #valve most likely had secured the RAM for their products ahead of the unveiling, so it won't affect price.
PowerUp crate styles changed. Comes in next update.
Experimenting with easier to read PowerUp colors and brighter, more playful colors. #gamedev
Valve showing off #Blender and #Godot on the new #SteamMachine (running #Linux and #KDE) promo material presents a complete and competent #FOSS stack for #GameDev - worth a moment of appreciation.
Important: keepandroidopen.org #android #foss
I've sold just 31 copies of my game as of today, which doesn't warrant expanding to mobile platforms, BUT at the same time I want the experience and I also want to have my game with me on my phone everywhere, just to show people. So I'm doing that. #gamedev #indiedev
I'll make a proper post on it on the official Worgames account tomorrow, but let it be said today: Super Space Arcade is available on Steam now for Mac and Linux too. May my quest to bring it to every platform continue next week. Good night.
Figuring out how to create a code-signed, notarized MacOS version of my game to publish through #steamworks on a testing branch as an additional depot on the existing CD Key package. #gamedev #indiedev
Think I got to integrate @blockbench into my workflow, could look great with my current voxel stuff, adding a bit more fidelity. Video by @gamefromscratch #gamedev #voxel #indiedev youtube.com/watch?v=OyYk5Q…
#hotfixsaturday #gamedev x.com/worgamescom/st…
Yesterday I've played around with a couple of different ideas for track generation in Super Space Arcade, but I realized what a big gamble it is to make these architectural changes to a released game. Perhaps better left for a sequel. Still enough other areas to polish. #gamedev…
Lesson learned (again): When getting a pooled object in Unity, set the position and rotation *before* setting it active. The lifecycle methods and the physics engine might otherwise interfere, even when it looks like you have a clear path in your code from A to B. #unity #gamdev
After my debut game "Super Space Arcade" took way to long to release, I've been thinking to do what most gamedevs recommend, to make small games, and fast(-ish). I'm planning for a seasonal release cycle. #gamedev 1/9
So I have an object pool with a maximum of objects to keep available. If I request more objects from the pool then are available, I just instantiate them regularly and on return to the pool I destroy them. Is this a good pattern? #gamedev
