How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
1loc is a JavaScript utility library and multifaceted toolkit providing a collection of single-line functions for common mathematical, string, date, and geometric operations. It functions as a set of functional programming helpers and data validation predicates designed to perform atomic transformations and validations. The project includes a geometry math library for calculating distances, angles, and spatial overlaps between points and rectangles, alongside a text manipulation library for casting, capitalizing, and analyzing string content. The toolkit covers broader capability areas inclu
geogram Delaunay pluggable software module
PolyPartition is a lightweight C++ library for polygon partition and triangulation. PolyPartition implements multiple algorithms for both convex partitioning and triangulation. Different algorithms produce different quality of results (and their complexity varies accordingly). The implemented…
The main features of ivanfratric/polypartition are: Geometry Processing, Math and Geometry.
Open-source alternatives to ivanfratric/polypartition include: phuocng/1loc — 1loc is a JavaScript utility library and multifaceted toolkit providing a collection of single-line functions for… nvidia/isaac-gr00t. brunolevy/geogram.psm.delaunay — geogram Delaunay pluggable software module. caosdoar/spheres — When graphics programmers face the problem of creating a mesh for a sphere, trade-offs must be made between quality… codeplea/tinyexpr — tiny recursive descent expression parser, compiler, and evaluation engine for math expressions. brunolevy/geogram.psm.opennl — geogram OpenNL pluggable software module.