Metadata-Version: 2.4
Name: jabutiles
Version: 0.1.2
Summary: A procedural tileset interface for games.
Project-URL: repository, https://github.com/ArthurBohn95/jabutiles.git
Project-URL: documentation, https://github.com/ArthurBohn95/jabutiles/blob/main/docs/technical.md
Project-URL: issues, https://github.com/ArthurBohn95/jabutiles/issues
Author: Arthur L. Bohn, Elvis F. Bugs
License-Expression: MIT
License-File: LICENSE
Keywords: arcade,autotiler,brazil,gamedev,graphics,procedural,tiling
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Artistic Software
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Graphics :: Editors :: Raster-Based
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: numpy>=2.2
Requires-Dist: pillow~=11.0.0
Provides-Extra: dev
Requires-Dist: build; extra == 'dev'
Requires-Dist: twine; extra == 'dev'
Description-Content-Type: text/markdown

# Jabutiles

A procedural tileset interface for games.

![Jabutiles Logo](https://github.com/ArthurBohn95/jabutiles/blob/main/examples/logo/imgs/logo.png?raw=true)

<br>

Provides support for orthogonal, isometric and hexagonal tiles.

Most of the backend is `pillow` (a PIL fork), the rest is `numpy`.

<br>

Install with: `pip install jabutiles`

[PyPI release](https://pypi.org/project/jabutiles/) 

[Documentation](https://github.com/ArthurBohn95/jabutiles/blob/main/docs/)

<br>

Trivia: the name comes from merging the words "jabuti" and "tiles":
- "jabuti" meaning "tortoise" in Portuguese;
- "tiles" coming from the stacked scutes on the back of their shells;
