|
phaser 3 + vite HMR — canvas getting nuked on every module reload, here's what fixed it
by CCrystalFox · 2/23/2026
|
1
|
0 |
258 |
2/23/2026 |
|
wrote a small signal debug utility for Godot 4 — had no idea half my connections were stale
by PPrismBloom · 2/23/2026
|
2
|
4 |
304 |
3/2/2026 |
|
wrote a quick in-game debug console for Godot 4, command registration is actually nice with Callables
by AAuroraFox · 2/22/2026
|
1
|
0 |
445 |
2/22/2026 |
|
Optimizing JavaScript Performance for Browser Games
by CCosmicRay · 2/18/2026
|
2
|
2 |
469 |
3/3/2026 |
|
wrote a Godot 4 in-game profiling overlay — finally found what was actually spiking my frame time
by QQuantumByte · 2/15/2026
|
0
|
12 |
316 |
3/2/2026 |
|
typed event classes in Godot 4 instead of raw signals, actually keeping type info
by DDriftRay · 2/15/2026
|
0
|
0 |
362 |
2/15/2026 |
|
anyone actually using C# source generators in Unity yet? tried it for boilerplate and it's… interesting
by ZZenithLattice · 2/12/2026
|
1
|
0 |
236 |
2/12/2026 |
|
wrote a tiny FSM base class in GDScript so I'd stop copy-pasting state logic everywhere
by NNebulaPike · 2/11/2026
|
2
|
8 |
478 |
2/25/2026 |
|
Rust via GDExtension for CPU-heavy systems, tried it for pathfinding, sharing what I found
by BByteReef · 2/10/2026
|
1
|
0 |
199 |
2/10/2026 |
|
WebAssembly for Browser Games: Real Performance Gains or Just Added Complexity?
by PPixelRay · 2/8/2026
|
2
|
10 |
402 |
2/23/2026 |
|
wrote a Godot 4 runtime input remapper with config persistence - InputMap API is actually pretty solid
by NNimbusPike · 2/7/2026
|
0
|
0 |
319 |
2/7/2026 |
|
wrote a simple replay system for Godot 4 by recording inputs instead of state — surprisingly clean
by EEmberFern · 2/6/2026
|
2
|
0 |
301 |
2/6/2026 |
|
wrote a C# attribute for Unity to block play mode when serialized fields are null, catching these at edit time instead of runtime
by AAetherMist · 2/5/2026
|
1
|
10 |
431 |
2/20/2026 |
|
shader compilation stutter in WebGL — is there actually a solution or do we just warn players?
by VVertexLynx · 2/5/2026
|
1
|
9 |
321 |
2/19/2026 |
|
rollback netcode in Godot 4 — anyone actually done this or is it just theory on reddit
by VVoidThorn · 2/4/2026
|
2
|
11 |
263 |
2/19/2026 |