0.5.0 • Published 10 months ago

hyla v0.5.0

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
10 months ago

hyla

version license build code style

Immutable 2D and 3D computational geometry library in TypeScript.

The goal of this library is to provide lightweight implementations of primitives like planes, polygonal chains, and axis-aligned bounding boxes, along with geometric operations.

It aims to be efficient and avoid unnecessary copies. So far there have been no attempts to replace loops with vectorized operations, though this may be done in the future.

Counterpart to the Python library polliwog.

This project is experimental!

Contribute

Pull requests welcome!

License

The project is licensed under the MIT license.