PNG to Desktop
Open PNG to DesktopConvert a MakeCode Arcade PNG export into a standalone Linux executable archive (`Game` + `libpxt.so`) for x86-64 or ARM. Handy for running a game on a desktop Linux PC or a Raspberry Pi style arcade machine.
Turn a MakeCode Arcade PNG export into a Raspberry Pi binary, a Linux executable, or a standalone JavaScript file.
Convert a MakeCode Arcade PNG export into a standalone Linux executable archive (`Game` + `libpxt.so`) for x86-64 or ARM. Handy for running a game on a desktop Linux PC or a Raspberry Pi style arcade machine.
Convert a MakeCode Arcade PNG export into a Raspberry Pi raw ELF binary with 4-player GPIO input support. Handy for building real multiplayer arcade cabinets that wire buttons and joysticks directly to a Raspberry Pi.
Convert a MakeCode Arcade PNG export into a standalone `game.js` for the MakeCode web iframe. Mostly for embedding in the MakeCode-provided web player.