omegaiota / DiffCloth

Code repository for our paper DiffCloth: Differentiable Cloth Simulation with Dry Frictional Contact
https://people.csail.mit.edu/liyifei/publication/diffcloth/
MIT License
339 stars 31 forks source link

Use c++17 std::filesystem #11

Closed fire closed 1 year ago

fire commented 1 year ago

I think one easy dependency is to use c++17 std::filesystem instead of unix calls for the final goal of Windows support.

Let me know if you're interested in a pull request.

omegaiota commented 1 year ago

Yeah that would be helpful! If you can create a pull request, I can test it on my end and merge it.

fire commented 1 year ago

Closing due lack of interest.