https://github.com/sueda/redmax
Revision 076a81ed0584a389fe17c1758033c22a1de01553 authored by YING WANG on 14 May 2019, 22:31:38 UTC, committed by GitHub on 14 May 2019, 22:31:38 UTC
2 parent s 6ff0926 + 487c777
Raw File
Tip revision: 076a81ed0584a389fe17c1758033c22a1de01553 authored by YING WANG on 14 May 2019, 22:31:38 UTC
Merge pull request #2 from sueda/mac-testing
Tip revision: 076a81e
README.md
# REDMAX: Efficient & Flexible Approach for Articulated Dynamics

#### Ying Wang, Nicholas J. Weidner, Margaret A. Baxter, Yura Hwang, Danny M. Kaufman, Shinjiro Sueda

### ACM Transactions on Graphics, 38 (4) XX:1-XX:10 (SIGGRAPH), 2019.

Source folders:
- `c++`: C++ implementation including Projected Block Jacobi Preconditioner
- `matlab-simple`: Simpler object-oriented MATLAB implementation for getting started
- `matlab`: Object-oriented MATLAB implementation with many features, including:
  - Recursive hybrid dynamics (Featherstone's algorithm) for comparison
  - Time integration using `ode45` or `euler`
  - Frictional dynamics with Bilateral Staggered Projections
  - Spline curve and surface joints [Lee and Terzopoulos 2008]
back to top