hyla
v0.5.0
Published
2D and 3D computational geometry library in TypeScript
Downloads
446
Readme
hyla
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.