https://github.com/sueda/redmax
Revision 10962ed81bbfcd39dcf93194dc758406afb03234 authored by Shinjiro Sueda on 24 May 2019, 18:21:59 UTC, committed by GitHub on 24 May 2019, 18:21:59 UTC
1 parent 9c1e176
Raw File
Tip revision: 10962ed81bbfcd39dcf93194dc758406afb03234 authored by Shinjiro Sueda on 24 May 2019, 18:21:59 UTC
Update README.md
Tip revision: 10962ed
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) 104:1-104: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