Skip to main content

This package provides foundational data structures for representing and manipulating tile maps in 2D and 3D environments. Its primary purpose is to enable efficient spatial organization and management of map data for games, simulations, and applications that require robust handling of coordinates, regions, and chunked regions. By offering specialized classes for coordinates, regions, and chunked regions, the package simplifies the development of systems that need precise and scalable map logic.

Project description

tstructs

Tile map data structures for 2D and 3D worlds.

License: GPL v3 Version 1.0.0.1

Table of Contents

Overview

tstructs is a Python package providing foundational data structures for representing and manipulating tile maps in both 2D and 3D environments. It is designed for use in games, simulations, and applications that require efficient spatial organization of map data.

Features

  • Coordinate: Immutable tuple subclass for 2D/3D coordinates with convenient accessors.
  • Region: Represents a square 3D region in a tile map, with properties for area, volume, and bounds checking.
  • ChunkedRegion: Extends Region to support chunking, allowing subdivision of regions into smaller, manageable chunks.

Module Information

  • Name: tstructs
  • Version: 1.0.0.1
  • Description: Tile map data structures for 2D and 3D worlds.

Installation

This package is intended for use as part of a larger project. To use it directly or install it as a package.

# Example pip install
pip install tstructs
# Example: Add to PYTHONPATH
export PYTHONPATH="$PYTHONPATH:/path/to/install/tstructs"

Usage

Import the classes you need:

from tstructs import Coordinate, Region, ChunkedRegion

# 2D coordinate
c2 = Coordinate(1, 2)

# 3D coordinate
c3 = Coordinate(1, 2, 3)

# Create a region
region = Region(region_x=0, region_y=0, region_size=16, region_location=Coordinate(0, 0))

# Create a chunked region
chunked = ChunkedRegion(region_x=0, region_y=0, region_size=16, chunk_size=4, region_location=Coordinate(0, 0))

API Reference

Coordinate

  • 2D or 3D immutable coordinate: Coordinate(x, y) or Coordinate(x, y, z)
  • Properties: .x, .y, .z (z only for 3D)

Region

  • Region(region_x, region_y, region_size, region_location=Coordinate(0,0))
  • Properties: .name, .n (size), .area, .volume, .centre
  • Methods: .clamp_coordinates(start_x, start_y, end_x, end_y), .is_edge(x, y)

ChunkedRegion

  • ChunkedRegion(region_x, region_y, region_size, chunk_size, region_location=Coordinate(0,0))
  • Properties: .chunks_per_side, .total_chunks
  • Methods: .get_chunk_coordinates(loc), .get_chunks_in_area(start, end)

Testing

See docs/testing.md for information on testing and usage examples.

License

This package is licensed under the GNU General Public License v3.0 (GPLv3). See the LICENSE file for details.

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

tstructs-1.0.0.1.1.tar.gz (18.2 kB view details)

Uploaded Source

Built Distribution

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

tstructs-1.0.0.1.1-py3-none-any.whl (19.3 kB view details)

Uploaded Python 3

File details

Details for the file tstructs-1.0.0.1.1.tar.gz.

File metadata

  • Download URL: tstructs-1.0.0.1.1.tar.gz
  • Upload date:
  • Size: 18.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.8

File hashes

Hashes for tstructs-1.0.0.1.1.tar.gz
Algorithm Hash digest
SHA256 9f925cc9798fc17d56f317eedfe82e29d28d11d1da1bfcdbd519ee42db705645
MD5 fae9d4b8dce81f97b91fc62fbe5618b1
BLAKE2b-256 efe11091ef1bec79ffdf4df0267e2d462654fc855ebb7074292ed94fa1d3e221

See more details on using hashes here.

File details

Details for the file tstructs-1.0.0.1.1-py3-none-any.whl.

File metadata

  • Download URL: tstructs-1.0.0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 19.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.8

File hashes

Hashes for tstructs-1.0.0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2f8d96c0caa1c8f4f8ec028de30e4af17633ca58e1b318fd8500c6f2c9272f15
MD5 c865912653e4963fed0cd0b2ae997ce4
BLAKE2b-256 1ec5d849effb30670bc55f78ae4674c1e619c1ac4202e30e04be0c8ffda588be

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