Shomy 🍂
banner
shomy.bsky.social
Shomy 🍂
@shomy.bsky.social
🔮 Musician and dev.
🪄 Building stuff with Godot
📌 ita/eng

she/they
Have you ever seen Bad Apple playing on a Mediatek Bootloader?
I have :D

This is currently running on the Motorola G23, which you can read more on my blog on how it got unlocked!
shomy.is-a.dev/blog/article...
September 30, 2025 at 10:25 PM
My QuestSystem addon for #Godot keeps improving!
Now, the documentation covers topics and questions that are fairly common by the users.

Here's some of the important bits for mastering the addon:
shomy.is-a.dev/quest-system...

Will soon add a new section on learning how to use the addon with UI
April 28, 2025 at 1:08 AM
Cool trick you can do in #GodotEngine to inject properties later accessible into the scene at runtime!

Currently using it with @nathanhoad.net DialogueManager to be able to access specific nodes in a scene without needing to make a new script for each scene!

#GameDev #IndieDev #GodotTips
April 3, 2025 at 9:31 PM
My #Godot QuestSystem has now surpassed 300 stars on GitHub!

github.com/shomykohai/q...
January 1, 2025 at 6:56 PM
Making a prototype desktop app with #Godot and kitsu.app 👀
November 2, 2024 at 4:04 PM
I've just resolved a big memory leak in my #Godot project, and the cause was me who forgot to queue_free() some HTTPRequest node

went from 700+ orphan nodes to 0

So quick tip: remember to queue_free() nodes that are not in the tree and check the debugger.
November 1, 2024 at 6:26 PM