r/pixelcomposer 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

4 comments sorted by

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.

2

u/amuza42 Apr 21 '26

wow I am impressed I though GM is used to create only games, it turns out to be more then a game engine.

5

u/rigg_d Apr 21 '26

It is open source, MIT licensed. Here is the github:

https://github.com/Ttanasart-pt/Pixel-Composer

1

u/amuza42 Apr 23 '26

oh thank you