Skip to main content

An implementation of all 11 regular and Archimedean tilings

Project description

architile : create lattices with all 11 regular or uniform tilings

A small python library to generate 2D lattices based on repeating any of the 11 regular or uniform tilings. Uniform tilings are arrangements of regular polygons that cover a plane without gaps or overlaps, where each vertex has the same arrangement of polygons.

Features

  • Get nodes and connectivity for any of the 11 regular or uniform tilings
  • Tile into any rectangular area with options for the boundary (cut, cut exactly to bounding box, or fill with partial tiles along the boundary)
  • Rotate the tiling pattern by any angle

All 11 regular or uniform tilings

architile preview

Installation

Install from pypi:

pip install architile

or using uv instead:

uv add architile

Getting started

from architile import tiling, tile_into_rectangle

# Create a SnubSquare tiling
tile = tiling.SnubSquare(a=1.0)

# Tile it into a rectangle of width 5 and height 3 (origin at (0,0))
nodes, edges = tile_into_rectangle((0.0, 0.0, 5.0, 3.0), tile)

# Tile it into a rectangle and add edges along the boundary of the rectangle
# tiling with partial tiles along the bounding box
nodes, edges = tile_into_rectangle((0.0, 0.0, 5.0, 3.0), tile, boundary="cut_fill")

# tile it into a rectangle but put the pattern at an angle of 15 degrees
nodes, edges = tile_into_rectangle((0.0, 0.0, 5.0, 3.0), tile, theta=np.pi/12)

Disclaimer

This is a research project, and the code is provided "as is" without warranty of any kind. Use at your own risk.


Consider starring the repo if you find it useful⭐

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

architile-0.2.0.tar.gz (9.9 kB view details)

Uploaded Source

Built Distribution

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

architile-0.2.0-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

Details for the file architile-0.2.0.tar.gz.

File metadata

  • Download URL: architile-0.2.0.tar.gz
  • Upload date:
  • Size: 9.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for architile-0.2.0.tar.gz
Algorithm Hash digest
SHA256 e454482c947bd7a99835239cb2b0b2154aa9a3e00544e370070ef82fffec4648
MD5 21fc59fcd1fb515167de31497418be92
BLAKE2b-256 36c7e1ed680da4d7e6d01723e2ccd515f806df9559db9c6f52330bb7c0add5bd

See more details on using hashes here.

File details

Details for the file architile-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: architile-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 11.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for architile-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f59284df572fc13a861336cb5f4d1a5d1c278870de28f28b2a780bfd46fd6f34
MD5 7426ff9cf1af2100cfd592f7da2c8336
BLAKE2b-256 30b3ecffe768cd342c5351282c7e65bbe81e6fe44c0aed18d56b277a8f548f32

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