Skip to main content

CLI tool for converting Tiled TMX files to Panda3D BAM files.

Project description

CLI tool for converting Tiled TMX files to Panda3D BAM files.

Usage:

$ pip install panda3d-tmx2bam
$ tmx2bam path/to/tmx/file.tmx path/to/bam/file.bam

or

from tmx2bam import Tmx2Bam
from direct.showbase.ShowBase import ShowBase

base = ShowBase()
tmx_map = Tmx2Bam("path/to/tmx/file.tmx")
tmx_map.node.reparent_to(render)
base.run()

find() important tiles by their properties/tags and make them move about and all that. Orthographic camera recommended!

Currently supports:

  • TMX file with CSV data (default)
  • Custom properties as PandaNode tags
  • Multiple tilesheets
  • Multiple layers and Groups
  • Animated tiles
  • Object layer/Objects (point, poly, rectangle, text, image)
  • Background images
  • Merge animated sprites
  • Allow more shapes than just cards

Left to do:

  • Infinite maps (chunks)
  • Hexagonal and Isometric tiles
  • Tile render order
  • Tilesheet image collection
  • Embedded tilesheet in tmx
  • Embedding texture in bam
  • Tiled features I'm not aware of
  • Error handling
  • A better readme

Mind:

  • The Y axis is inverted in panda3d.
  • Animated sprites can only have one steady frame-rate that you can set on the first frame in Tiled.
  • Currently the image resolutions have to be power of two.
  • Rendering individual tiles is slow. Add a custom property named "flatten" to layers to merge them.
  • The ellipse and point objects are not drawn, they're empty nodepaths.
  • I'm not a programmer but I play one on TV. Your mileage may vary.

Licensed WTFPL.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

panda3d_tmx2bam-0.0.251-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

Details for the file panda3d_tmx2bam-0.0.251-py3-none-any.whl.

File metadata

  • Download URL: panda3d_tmx2bam-0.0.251-py3-none-any.whl
  • Upload date:
  • Size: 6.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.5

File hashes

Hashes for panda3d_tmx2bam-0.0.251-py3-none-any.whl
Algorithm Hash digest
SHA256 91b01d74898766c39c16d9178b902e8c53b4a655b965de61bd20016de200131a
MD5 d75665b68f79979eeeba6b85a75215bf
BLAKE2b-256 01d4aa770531c01c26a1fbd511b874ff9a675c160b603cb0d10723aee6ac11b8

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