https://github.com/rexgreenway/polylatlib
Python library providing the functionality to generate, work with, view, and manipulate polygons and their lattices in the 2D space.
https://github.com/rexgreenway/polylatlib
geometry graphs lattices networkx polygons pypi
Last synced: 5 months ago
JSON representation
Python library providing the functionality to generate, work with, view, and manipulate polygons and their lattices in the 2D space.
- Host: GitHub
- URL: https://github.com/rexgreenway/polylatlib
- Owner: rexgreenway
- License: mit
- Created: 2021-01-09T14:16:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T23:10:16.000Z (about 2 years ago)
- Last Synced: 2025-09-29T02:26:37.055Z (8 months ago)
- Topics: geometry, graphs, lattices, networkx, polygons, pypi
- Language: Python
- Homepage:
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PolyLatLib
=================
By Rex Greenway
This project aims to allow for the investigation of shapes in the R x R Cartesian Plane and their lattices. This Python library provides the functionality to generate, work with, view, and manipulate polygons in the 2D space and, for applciable shapes, generate the corresponding lattice.
The image above shows three seperate, 5-layer, circular lattices displaying equilateral triangles, squares, and regular hexagons.
Features so far:
----------------
- Basic class structure for Polygons.
- Methods to generate and draw Regular Polygons, with preset regular polygons classes.
- Lattice generation for Equilateral Triangles, Squares, and Hexagons.
To Install:
-----------
You can install the library using `pip`:
```
pip install polylatlib
```