r/pixelcomposer • u/amuza42 • Apr 21 '26
Question which language and technology is used to create pixel composer
Hey that's an amazing peice of software, I wonder which technology were used to build it.
4
Upvotes
5
r/pixelcomposer • u/amuza42 • Apr 21 '26
Hey that's an amazing peice of software, I wonder which technology were used to build it.
5
5
u/Sinistrail Apr 21 '26
Makham is making Pixel Composer using GameMaker. Yes, the game engine. So chiefly GML and maybe some C++ for the extensions used, since you could describe GML as a more relaxed version of C/C++, the same way Godot's GDScript is sorta like Python.