Post #2070261
2026-05-06 06:35 UTC
@grono@mastodon.com.pl in the past, I tried to modify gocraft ( https://github.com/icexin/gocraft ) to add some new game logic, but apart from some simple tweaks/hacks (double jump, teleportation) , really changing the behaviour was way harder for me to grasp.
Anyway, I wanted to play with g3n for so long that this tutorial was the right opportunity.
Replies (1)
-
@grono@mastodon.com.pl 2026-05-06 08:34
@dolanor@hachyderm.io Nice! I actually I started my thing already with g3n but wasn't very happy with it being OpenGL only. I was hoping to learn some Vulkan or WebGPU stuff but the only thing I found was https://github.com/gogpu/g3d (which seems to be a placeholder for now), and its lower level component https://github.com/gogpu/wgpu But I realized I don't have that much time on my hands to go THAT deep. And I did some OpenGL in the past so I think I'll stay with g3n