Pygame tilemap editor with layers and sprite animation tools
Project description
tilemap-editor
tilemap-editor is a pygame-based map editor focused on fast iteration for 2D games.
What it includes
- multi-layer tile/object map editing
- tileset and per-tile properties
- sprite animation editor (
tilemap-anim-editor) - JSON save/load compatible with this editor
Install (local/dev)
pip install -e .
Run editor
tilemap-editor
In-game debug usage
from editor import Editor
if __name__ == "__main__":
dbg = Editor()
dbg.run()
Runtime split
This package is editor-first. Runtime parser/loading modules can be moved into a separate package later.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tilemap_editor-1.1.1.tar.gz
(131.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tilemap_editor-1.1.1.tar.gz.
File metadata
- Download URL: tilemap_editor-1.1.1.tar.gz
- Upload date:
- Size: 131.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6714a3197a72e603985bf52ceff9f807d2ac65af9b251f02d73dd2ce5f14092
|
|
| MD5 |
3006a2e1b6dfdcab2769446d0d48b27e
|
|
| BLAKE2b-256 |
219d7520eda7d08968b92dd11176ff31dee9de7c7ffb44fbacf3d690c6448c9a
|
File details
Details for the file tilemap_editor-1.1.1-py3-none-any.whl.
File metadata
- Download URL: tilemap_editor-1.1.1-py3-none-any.whl
- Upload date:
- Size: 145.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
396175eda6f583f603531117bcbc846ea2316c4c1cbd8464e21a793755be7b14
|
|
| MD5 |
e65d2a7ac743983451ee542896e883b0
|
|
| BLAKE2b-256 |
17e7b384a3f089af7de4461dfe2d3d931119fc1a0636eda4cbcb711806aec81a
|