From ca8fb84ade0231aa14ae728a5883be0739597288 Mon Sep 17 00:00:00 2001 From: SketchPunk Date: Wed, 2 Mar 2022 22:33:44 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53e8dfc..36e64a6 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,10 @@ [![Ko-Fi](https://img.shields.io/badge/Ko_Fi-donate-orange?style=flat-square&logo=youtube)](https://ko-fi.com/sketchpunk) [![Patreon](https://img.shields.io/badge/Patreon-donate-red?style=flat-square&logo=youtube)](https://www.patreon.com/sketchpunk) -![screenshot](/_images/layout_keyboard.png?raw=true) + ## 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 ### @@ -102,4 +103,4 @@ App.add( mesh ); - [ ] Remake Auto Skinning ( Need WebGPU compute shaders for this ) - [ ] Bone Constraints - [ ] Procedural Animation ProtoTyping -- [ ] Far Future - Create & Share animations with a Web Editor Tool \ No newline at end of file +- [ ] Far Future - Create & Share animations with a Web Editor Tool