For a building block for my master project I need a graphics engine that is/has
accessible in JS
practical to work with
meshes
skeletal animation
loadable file formats
skeletal animation
can be connected to a good communications api (which for me means it has to use node)
sufficient performance
is finished and not too buggy/low on performance (which is why I don't use webgl based api's, where I'd have to build a good file format loader which is way to much work)
For a building block for my master project I need a graphics engine that is/has