Development of a 3D human avatar [closed]

-1

Thanks for your help.

I need to program an avatar with a human figure in 3D, as an application assistant, the idea is that I can animate it with javascript so that I can talk to the user, walk, and display options to the user.

Does anyone have any idea how I can do it?

I have not started to work because I'm reviewing what is the best way.

Thank you,

    
asked by Jorge Londoño 26.05.2017 в 07:25
source

1 answer

0

Well as far as the avatar is concerned, you say that it should be 3D you can make use of a library of Js that is called > Three.js .
This library can be useful for that since in a certain way you can create your 3D graphic and it also has other options so that your modeling is ready.

There is also another one called Pre3D , this has documentation followed by a simple example to not get lost.
Babylon.js is also good but is geared towards more interactive games, and you use Javascript and HTML5 .
I hope I can serve you:)

    
answered by 26.05.2017 / 18:19
source