From ad5c334c5c2c0896d57bf753dde88799f930f40c Mon Sep 17 00:00:00 2001 From: SketchPunk Date: Wed, 2 Mar 2022 22:34:18 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36e64a6..529a0cb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## Character Animation Library ### - + This project is working toward a complete character skinning & animation library for the web. First most, this library is focused on being independent from any rendering engine with examples of how to use it in webgl based engines like threejs. The one big focus is recreating the IK Rig & IK Animations type system that was demoed several years ago from Ubisoft's GDC talk on IK Rigs. With many game engines like Unity and Unreal developing their own IK Rig like systems, this project helps fill the void for web based engines like threejs, babylon, etc. Hopefully with enough help we can create something just as good as the big boys, maybe even better since its free & open source. ### Setup ###