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.3.tar.gz
(132.1 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.3.tar.gz.
File metadata
- Download URL: tilemap_editor-1.1.3.tar.gz
- Upload date:
- Size: 132.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0427c9e58e7ab33f527a7c1583c8b4e3ab59b843df8718c88bd7a8db1ed3e21c
|
|
| MD5 |
218cfed4bafbe7213706ae5c85b4f2eb
|
|
| BLAKE2b-256 |
7e46d5f4c7aa50f79603214d6843e88f052150002d4941888f72be14d9cb8393
|
File details
Details for the file tilemap_editor-1.1.3-py3-none-any.whl.
File metadata
- Download URL: tilemap_editor-1.1.3-py3-none-any.whl
- Upload date:
- Size: 153.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 |
5dc26c929d4d77bde2ae4d1cfb44efce001203ed3c8f195cf5cc40d459bc3eb3
|
|
| MD5 |
81a7fa151cf909a699b1a6eecf4c969f
|
|
| BLAKE2b-256 |
abcdf98e35c2efa461e0a656d627ca2ad240edc11a5094cd931ef5e59ad918b9
|