Sabitlenmiş Tweet

The past week I've been working on a box drawing tool and implementing grid snapping to the editor. It's almost starting to feel usable!
#programming #gamedev #3dmodeling
English
Eero Mutka
148 posts

@EeroMutka
Programmer at Elemental Games. Programming games, engines and tools!




i vibe coded something horrendous and I love it: a python c preprocessor that finds blocks like /* python <arbitrary python code> */ in a .c file, runs the python, and dumps the stdout after the comment, replacing any old block if needed. im using it to precompute tables...











I decided to clean up the code for my Vulkan prototype renderer I wrote a year ago. I also wanted to put the source code up for anyone to learn from! Here are some *brand new* screenshots :) Link to the repo (stars appreciated!): github.com/EeroMutka/Vulk… #gamedev #programming



Early return is probably the most underrated practice, even among experienced developers.

