Skip to main content

Pygame tilemap editor with SVG icons, professional UI, and sprite animation tools

Project description

tilemap-editor

[!WARNING] This is mostly vibe coded as working with ui isnt so easy in pygame. Somehow it works for me. Though it took decent time as this was initially too buggy(which still is as expected). Just an experiment and keep customizing for my need. PRs are welcome.

tilemap-editor is a pygame-based map editor focused on fast iteration for 2D games. tilemap-parser to parse this editor. (https://pypi.org/project/tilemap-parser/)[https://pypi.org/project/tilemap-parser/]

What it includes

  • Multi-layer tile/object map editing with visual layer management
  • Decent enough UI with SVG icons, consistent fonts, and modern design
  • Sprite animation editor (tilemap-anim-editor) with frame-by-frame editing
  • Built-in tools: File manager, error console, image viewer, automapper
  • Font management with auto-selected coding fonts for clarity
  • Icon system with 26+ SVG icons and geometric fallbacks
  • JSON save/load compatible with this editor
  • Decent console toggled with ctrl + ` for error/warning/logs/debugging

Key Features

UI Improvements

  • SVG icons throughout the interface
  • Bold, auto-selected coding fonts (JetBrains Mono, Fira Code, Consolas)

Animation Editor

  • Frame picker with visual thumbnails
  • Playback controls (play, pause, stop, loop)
  • FPS control and onion skinning
  • Timeline with marker support
  • Export to JSON format

Map Editor

  • Pan, zoom, reset, and fit-to-view controls
  • Grid toggle with visual feedback
  • Layer management with visibility controls
  • Tileset browser with preview
  • Autotile support for rapid level design

Install (local/dev)

Using Virtual Environment (Recommended)

For Linux and macOS:

# Create virtual environment
python3 -m venv .venv

# Activate virtual environment
source .venv/bin/activate

# Install in development mode
pip install -e .

# Deactivate when done
deactivate

For Windows:

# Create virtual environment
python -m venv .venv

# Activate virtual environment
.venv\Scripts\activate

# Install in development mode
pip install -e .

# Deactivate when done
deactivate

Direct Install (Not Recommended)

pip install -e .

Package installtion from pypi

pip install tilemap-editor
pip install tilemap-parser

Run editor

# Main tilemap editor
tilemap-editor

# Standalone animation editor
tilemap-anim-editor path/to/spritesheet.png --tile-size 32x32

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.

Icons & Assets

The editor includes 26+ SVG icons from the Godot icon set:

  • File operations: folder, file, image, save, load, duplicate
  • Playback: play, pause, stop, loop
  • UI controls: close, plus, warning, info, check, error
  • Map tools: pan, zoom in/out, reset, fit, grid
  • All icons have geometric fallbacks if SVG loading fails

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-2.0.7.tar.gz (3.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tilemap_editor-2.0.7-py3-none-any.whl (205.0 kB view details)

Uploaded Python 3

File details

Details for the file tilemap_editor-2.0.7.tar.gz.

File metadata

  • Download URL: tilemap_editor-2.0.7.tar.gz
  • Upload date:
  • Size: 3.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for tilemap_editor-2.0.7.tar.gz
Algorithm Hash digest
SHA256 6741df5721f8db3f3e85695dedf78e1293155a0d5476c1180453dfe4b7bcab50
MD5 9f9a81263b8d12a05c01db55a77cbacf
BLAKE2b-256 6f0db89634759e267a45aa01016a2c582ed6edc2b888d4d50cb0126b859c7887

See more details on using hashes here.

File details

Details for the file tilemap_editor-2.0.7-py3-none-any.whl.

File metadata

  • Download URL: tilemap_editor-2.0.7-py3-none-any.whl
  • Upload date:
  • Size: 205.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for tilemap_editor-2.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 0c21cb440ec3b22d3de6378074a5187468185d0f47ec4a46e55cb1d676a321bf
MD5 c3a79cf54bcc6f53a4c45f7cc5c48f96
BLAKE2b-256 d46f31ccaf0ada2ad25c5a0429440d70f8af2e3bef72e540a89b1fc935f549f7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page