Hi, I am
- working on a 3d animation and to put people into it,
- I'm porting MakeHuman 1.2.0 to a WebApp called makehuman.js and
- I finally came around to set up my Chordata Motion, catch the COOP packets and render the KCeptor++s:
Hi, I am
Hello m13
This looks great! having Makehuman integrated with Chordata would be a great contribution!
Please tell us a little more about this project.
We are currently working in the complete version of the remote console which allows to manage and visualize the capture in real time in a webapp. The communication btw backend and frontend using COPP through Websockets is already implemented togheter with many other features. Perhaps you will like to take a look a it, to copy the parts of code that are useful to your project.
(of course, there's a lot of styling to be done, we are working in the implementation of the core features currently)
And who knows, perhaps in the future we can include your makehuman.js implementatio directly into the remote console
daylanKifky ah cool! whereβs the code? i already saw somewhere that COPP is also available over WS.
and yes, someday maybe even integrating makehuman with chordata has also been on my mind. a great feature for those who do not want to model a human.
daylanKifky Please tell us a little more about this project.
Here's the link to run it.
I've been using MakeHuman in the past but there were always some things which weren't like how I would've liked them. There are also years of experience in that code base, e.g.
So to learn about it and be able to tweak it, I decided to port it. (And as a WebApp one get's platform independence and, amazingly, the performance is already nice without something like numpy.)
The next step is to animate the whole thing:
Hi. I finally began using the Chordata for real. This is how it looks now:
Caveats: I am not using the WebSocket port on the Notochord yet, so my C++ proxy is still needed, the app hosted on GitHub can not access the Notochord (even with Access-Control-Allow-Origin set to "*"), so you would need to build and run it yourself.
I'm currently stuck with the pose calibration failing (see my other posts). Once that is solved, I move on to actually animate a skeleton. got it!
Wow! this is looking great!
I answered on the other post. Let us know how this project moves forward!
my assistant wearing the kceptors while i'm coding:
daylanKifky We are currently working ... visualize the capture in real time in a webapp. ... Perhaps you will like to take a look a it, to copy the parts of code that are useful to your project.
what repository and branch can i to look at?