The meme features an anime image of a blonde girl with a blue bow in her hair, leaning over and placing her hand on a black PC tower. The caption at the top reads: "When your PC is old but it gets the job done." Subtitles at the bottom of the anime scene show the character saying: "Okay, be good to me again today, my little War Machine."
Just remembered the pain of having to replace my 8 year old laptop cause of hardware failure. I took care of it for as long as I could ๐ญ
11.03.2026 00:01
๐ 1
๐ 0
๐ฌ 0
๐ 0
I was like "Man, why don't more games support XYZ feature?" and now I understand why
I just like to suffer lol #indietech #gamedev
10.03.2026 01:37
๐ 6
๐ 2
๐ฌ 0
๐ 0
Just merged a spawn-queue PR to my #opensource co-op template. This uses Area2D/Area3D nodes as spawn points to report whether the player has room to spawn.
It retries every 200ms until a spot is available. Built with #GodotEngine #gamedev #indietech #foss
github.com/RGonzalezTec...
08.03.2026 02:45
๐ 7
๐ 3
๐ฌ 0
๐ 0
A sequence diagram titled "Interaction System" showing the communication flow between four entities: Player, Focus Manager, Interactive Objects, and Highlight Manager.
The sequence begins with a note: "The player character will have a ray cast that always points in front of them."
1. Interactive Objects sends a "Ray touched Object" signal to the Player.
2. The Player sends a `try_focus(object)` message to the Focus Manager.
3. The Focus Manager sends `can_be_focused_by(player)` to Interactive Objects and receives a return signal.
4. A note reads: "If the player cannot focus it then we do nothing."
Below this, an "alt" block labeled "[Already has an object in focus]" contains the following sequence:
1. Focus Manager sends `_current_obj.unfocus()` to Interactive Objects.
2. Interactive Objects performs a self-action: `_selected_by -= 1`.
3. A nested "alt" block labeled `[_selected_by < 1]` begins. Inside it, a note reads: "we can assume that nobody is selecting it and therefore it stops showing the highlight." Interactive Objects then sends `highlight.enabled = false` to the Highlight Manager.
4. A return signal is sent back to the Focus Manager.
5. The Focus Manager performs a self-action: `_current_obj = new_obj`.
"A picture is worth a thousand words" is exactly why I love mermaid.
Also, idk why I waited so long to try Obsidian. It's a great knowledge-base tool. #opensource
03.03.2026 05:34
๐ 1
๐ 0
๐ฌ 0
๐ 0
LOL for a few frames there, I see... is that... the saiyan prince? ๐๐
27.02.2026 19:19
๐ 1
๐ 0
๐ฌ 1
๐ 0
Top-down player controller: Done โ
Decided to move forward without jumping... for now, haha. Next game dev TODO is making a flexible system for interacting with objects & work stations. Gonna base it off an older system I designed: www.rgonzalez.tech/blogs/archit...
#Godot #indiedev #indietech
27.02.2026 07:25
๐ 5
๐ 1
๐ฌ 0
๐ 0
Hi Ren
YouTube video by Ren - Topic
music.youtube.com/watch?v=mnbX...
Got this song playing on repeat rn. So gud
22.02.2026 21:31
๐ 0
๐ 0
๐ฌ 0
๐ 0
Update: Recorded and uploaded a video outlining some of the systems that I developed and the intentions behind them
www.youtube.com/watch?v=T7xI...
#godot #opensource #foss
21.02.2026 02:30
๐ 2
๐ 0
๐ฌ 0
๐ 0
Hey yall, I built an #opensource (MIT) #godot 4 starter kit for multiplayer. I designed it as a genre-agnostic framework that I can fork for each co-op idea I want to explore.
Wanted to add more, but I should probably work on my ideas now ๐
#FOSS
github.com/RGonzalezTec...
20.02.2026 02:25
๐ 12
๐ 2
๐ฌ 0
๐ 1
Yeah, the anticipation & camera shake really sell it ๐
19.02.2026 02:05
๐ 1
๐ 0
๐ฌ 0
๐ 0
Best part of #godot in my opinion? The file size ๐ 2D/3D rendering, gamepad support, high level multiplayer API, etc. all in a portable executable smaller than 100MB.
And it's #FOSS !! It's magical, haha.
19.02.2026 01:19
๐ 1
๐ 0
๐ฌ 0
๐ 0
A backyard garden on a rainy day, featuring red roses and green foliage against a wooden fence.
Hearing the pitter patter of the rain and the clickity clacks of the keyboard. Its chill haha
#coding #dev
16.02.2026 19:06
๐ 0
๐ 0
๐ฌ 0
๐ 0
Don't know if reposting is best here, so... following up with a comment:
"Looks like GIFs are terrible for UX... haha, here is the same recording in higher rez as an MP4.
#godot #gamedev #code"
16.02.2026 02:17
๐ 4
๐ 1
๐ฌ 0
๐ 0
Looks like GIFs are terrible for UX... haha, here is the same recording in higher rez as an MP4.
#godot #gamedev #code
16.02.2026 02:12
๐ 4
๐ 1
๐ฌ 0
๐ 0
Got scene replication working in #godot 4! The Multiplayer Spawner and Synchronizer nodes don't work out of the box for my architecture, so I had to add some handshake RPCs to make sure sync/spawn packets are only sent when ready to receive them.
Game dev is fun but also exhausting ๐ฎโ๐จ #gamedev #code
16.02.2026 02:08
๐ 7
๐ 1
๐ฌ 1
๐ 1
Thats looking good. I love the squash and stretch. The animations look bouncy! Great work ๐
15.02.2026 21:33
๐ 3
๐ 0
๐ฌ 1
๐ 0
I love Godot. The file size of the engine alone is to dreamy ๐
15.02.2026 21:30
๐ 0
๐ 0
๐ฌ 1
๐ 0
Rough wireframe drawing of a top down game about providing technical support in co-op. There are rooms in the image for a backroom, server room, backroom and customer service desks. The top of the image contains mock UI elements for money and research points as well as alerts like "Low disk space" and "4 customers in queue"
Would you play a game that's like PlateUp or Overcooked, but themed around IT Support? Maybe helping customers is like the Helldiver Up,up,down,down type input or "Keep talking and nobody explodes". โ๏ธ Just spit balling. #gamedev #indiedev #coop #gaming
15.02.2026 03:33
๐ 6
๐ 2
๐ฌ 0
๐ 0
Playing with smoothing on the player label and got a _serial killer vibe_... from a label... #godot #gamedev
14.02.2026 07:54
๐ 3
๐ 1
๐ฌ 0
๐ 0
Edited panel of The Adventures of Tintin, featuring Captain Haddock saying โwhat a week, huh?โ. Tintin replies saying โCaptain, itโs Wednesday.โ
What a week, huh?
11.02.2026 10:58
๐ 2784
๐ 386
๐ฌ 33
๐ 12
Quick #doodle between meetings
11.02.2026 00:18
๐ 0
๐ 0
๐ฌ 0
๐ 0
Wow, thats looking great so far
10.02.2026 18:22
๐ 1
๐ 0
๐ฌ 1
๐ 0
a screenshot from smoe kind of video game that says "Currently too stressed to be milkable"
me for the past six years
08.02.2026 07:53
๐ 396
๐ 50
๐ฌ 5
๐ 2
Morning.
08.02.2026 06:11
๐ 8726
๐ 1100
๐ฌ 124
๐ 54
Screenshot of an art program with an unfinished drawing of a ghoul with thin arms and long sharp fingers
Don't feel like finishing so it's finished ๐ #drawing #sketch
08.02.2026 23:57
๐ 4
๐ 1
๐ฌ 0
๐ 0
Now I'm wondering what would be a good banner to pair with it ๐ค. Open to suggestions! #drawing #style
05.02.2026 04:03
๐ 1
๐ 0
๐ฌ 0
๐ 0
Silly doodle of a face with wacky eyes and their tongue out
Just made my profile picture! Sketched it and sent it ๐
05.02.2026 04:00
๐ 1
๐ 0
๐ฌ 1
๐ 0
For sure pixelated. It fits the rest of the aesthetic ๐
04.02.2026 22:05
๐ 4
๐ 0
๐ฌ 0
๐ 0