pixel drawer
  • JavaScript 63.4%
  • PHP 13.6%
  • CSS 12.5%
  • Python 8.1%
  • HTML 2.4%
Find a file
2026-06-01 21:17:09 +09:00
js fiirst 2026-06-01 18:27:25 +09:00
app.js updated 2026-06-01 21:17:09 +09:00
index.html updated 2026-06-01 21:17:09 +09:00
README.md updated 2026-06-01 21:17:09 +09:00
styles.css updated 2026-06-01 21:17:09 +09:00

Pixel Island Summoner

Local Python rewrite of the original JavaScript browser prototype.

Run

python app.py

The app uses Python's built-in Tkinter UI toolkit, so there are no third-party dependencies.

Notes

  • Local data is saved to pixel_island_save.json.
  • You can draw pixel assets, save them to the library, summon them onto the island, erase placed objects, and export or import JSON save data.
  • Mouse wheel zooms the island. In Pan / Inspect mode, drag the island to move the camera.