pixel drawer
- JavaScript 63.4%
- PHP 13.6%
- CSS 12.5%
- Python 8.1%
- HTML 2.4%
| js | ||
| app.js | ||
| index.html | ||
| README.md | ||
| styles.css | ||
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.