Hi, I am a C++ developer, and I am trying to write a recipe for SdfLib as a hobby project.
"SdfLib is a library for accelerating the queries of signed distance fields from triangle meshes. The library has an exact method that always returns the distance to the nearest triangle and an approximated one that return distances with a configurable maximum error."
The original repo is here: https://github.com/UPC-ViRVIG/SdfLib
SdfLib is the only dependency of mujoco which has no recipe in the conan-center, so mujoco's will be the next recipe.
Can you assist me with the reviewing of my pull request?
Hi, I am a C++ developer, and I am trying to write a recipe for SdfLib as a hobby project. "SdfLib is a library for accelerating the queries of signed distance fields from triangle meshes. The library has an exact method that always returns the distance to the nearest triangle and an approximated one that return distances with a configurable maximum error." The original repo is here: https://github.com/UPC-ViRVIG/SdfLib SdfLib is the only dependency of mujoco which has no recipe in the conan-center, so mujoco's will be the next recipe.
Can you assist me with the reviewing of my pull request?