conan-io / web

Conan website, including home and ConanCenter
MIT License
10 stars 10 forks source link

conan recipe for SdfLib #136

Closed keszegrobert closed 10 months ago

keszegrobert commented 10 months ago

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?