Optimizes mesh and polygon colliders in Unity
Extruding a 32-bit color image into a 3D mesh.
C++ implementation of the Ramer-Douglas-Peucker algorithm (binding to python via pybind11) https://deepwiki.com/cubao/pybind11-rdp
Solving the Traveling Salesman problem with 49 US Capitals using a genetic algorithm
An algorithm that decimates a curve composed of line segments to a similar curve with fewer points.
A high-performance Python library for the Ramer-Douglass-Peucker algorithm implemented in Rust
polyline simplification. Port of simplify.js
Python implementation of the Ramer-Douglas-Peucker algorithm
A very simple algorithm for culling vertices while minimally changing the shape of a polygon.
Efficient implementation of the Ramer-Douglas-Peucker algorithm using Rust and PyO3.