Distribution of software

Dual licensing policy

We provide a few samples of source codes accompanying some of our main publications. Most of our source codes are distributed according to a dual licensing policy: If you are using our source code for building some new public material such as a research publication, a GPL source code, or results such as images or movies, please cite our work (by citing the paper which is related to the distributed software).

Of course, although we do not commit ourselves to maintain the code, we are happy to be informed about where and how our work is being used. So please feel free to contact us and provide us with feedback !

Source codes available for download (under the GNU General Public License if not mentioned otherwise)

Argus-distribution, simulating adaptive cloth dynamics with (nonsmooth) frictional contact.
This code is the reference implementation of our adaptive cloth frictional contact paper.
Citation: Jie Li, Gilles Daviet, Rahul Narain, Florence Bertails-Descoubes, Matthew Overby, George Brown, and Laurence Boissieux. An Implicit Frictional Contact Solver for Adaptive Cloth Simulation, ACM SIGGRAPH 2018.
License: The Argus-distribution code acts as an open-source module which calls two external open-source libraries, So-bogus and (a modified version of) ARCSim. The two latter libraries use different open-source licenses, please refer to the Argus-distribution LICENSE file for details).
Sand6, simulating granular material as a continuum medium with (nonsmooth) Drücker-Prager rheology.
This code is the reference implementation of our semi-implicit MPM granular simulation paper.
Citation: Gilles Daviet and Florence Bertails-Descoubes, A Semi-Implicit Material Point Method for the Continuum Simulation of Granular Materials, ACM SIGGRAPH 2016.
Cloc, simulating the dynamics of arbitrary curly thin elastic rods.
This code is the reference implementation of our Super Space Clothoids paper.
Citation: Romain Casati and Florence Bertails-Descoubes, Super Space Clothoids, ACM SIGGRAPH 2013.
Approche, converting a space curve into a smooth piecewise helix.
This code is the reference implementation of our 3D Floating Tangents paper.
Citation: Alexandre Derouet-Jourdan, Florence Bertails-Descoubes, and Joëlle Thollot, Floating Tangents for Approximating Spatial Curves with \(G^1\) Piecewise Helices, Computer-Aided Geometric Design 2013.
Note: We have also been leveraging this code in our Inverse Dynamic Hair Modeling paper to convert splines into the geometry of super-helices.
So-Bogus, a fast and robust solver for capturing frictional contact between many Lagrangian systems with exact Coulomb friction.
This code is a new reimplementation by Gilles Daviet and serves as a reference code for our Hybrid Iterative Solver paper. The method significantly improves robustness and scaling up compared to Double Loop.
Citation: Gilles Daviet, Florence Bertails-Descoubes, and Laurence Boissieux, A Hybrid Iterative Solver for Robustly Capturing Coulomb Friction in Hair Dynamics, ACM SIGGRAPH Asia 2011.
Note: We have also been leveraging this code in our Super Space Clothoids paper to simulate dry frictional contact, and in our Inverse Dynamic Hair Modeling paper to efficiently solve the inverse problem formulated as a large convex second-order cone quadratic program (particular case of the nonconvex frictional contact problem).
Double Loop, a simple Newton solver based on the Alart-Curnier formulation to capture frictional contact between a few Lagrangian systems with exact Coulomb friction.
This code is the reference implementation of our Nonsmooth Newton Solver for Fiber Assemblies paper.
Citations:
  • Florence Bertails-Descoubes, Florent Cadoux, Gilles Daviet, and Vincent Acary, A Nonsmooth Newton Solver for Capturing Exact Coulomb Friction in Fiber Assemblies, ACM Transactions on Graphics 2011.
  • Pierre Alart and Alain Curnier, A mixed formulation for frictional contact problems prone to newton like solution methods, Computer Methods in Applied Engineering and Mechanics 1991.
Note: This code is easy to use and a full example with a colliding sphere is provided. However, be aware that since then we have been much improving the robustness of this solver by designing the Hybrid Iterative Solver where a recent implementation is given by So-Bogus.

Authors

So far, people that have been involved in the design and development of the distributed codes include Florent Cadoux, Romain Casati, Gilles Daviet, Alexandre Derouet-Jourdan, Jie Li, Rahul Narain, Matthew Overby, George Brown, and Florence Bertails-Descoubes.

Back to the main page.