I was looking into using the source in this project inside of the Godot game engine. Unfortunately, it has a dependency on the Eigen library which is huge and also requires the gmp utility. This makes it difficult to drop this code into an existing project. (I also saw another issue where someone is looking for a WASM version, which is also prevented by these dependencies.)
I was wondering if there are any stand alone versions of this library that don't use anything beyond the C++ std library. Or perhaps other similar open source tessellators that don't have large dependencies?