Egregoros

Signal feed

condret :verified: :ancom:

@condret@fedi.absturztau.be

Hi, I'm condret.
I'm a lazy programmer/software reverse engineer.

Pronouns: he/him/they/them

Maybe you also like my shitpost account: @condret@shitposter.world

Putting this here, because someone asked me to do so:

781BC967 88E4798E 7BE946EE 19E3DEFC
0199482F B2DF293C 5B6A60E6 F138E907

Posts

Latest notes

so a while ago i started developing my own 2d platformer game engine. i recently decided, that i also want slopes and all other sorts of things that don't have a rectangle hitbox. so i need some way to created and represent different geometries for the game. yesterday i created a small tool called shapemk. shapemk is a rather simplistic tool: mouse buttons are exclusivly used to create and delete points, the keyboard is used to switch modes and quit-save the program, it must be launched with the dst-path as parameter. It is the anti-thesis to so called "user friendly" software, and it is great. it's not finished yet, but 95% done.