mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-10 23:52:22 +00:00
* Disable windows CI (because of hmatrix) * Implement ear-clip triangulation. * Implement common framework for polygon morphing. * Draft implementations of compatible triangulation and mesh smoothing. * Implement least-work morphing. * Implement as-rigid-as-possible morphing. * Implement SSSP. * Draft article about polygon morphing. Former-commit-id: f6f19f58b9dd58c655bcca0ed2d65f72726f0a06
10 lines
328 B
YAML
10 lines
328 B
YAML
cradle:
|
|
multi:
|
|
- path: "./src"
|
|
config: {cradle: {stack: {component: "reanimate:lib"}} }
|
|
- path: "./videos"
|
|
config: {cradle: {stack: {component: "reanimate:lib"}} }
|
|
- path: "./examples"
|
|
config: {cradle: {stack: {component: "reanimate:lib"}} }
|
|
- path: "./test"
|
|
config: {cradle: {none: }}
|