webgl
"WebGL (short for Web Graphics Library) is a JavaScript API for rendering interactive 2D and 3D graphics within any compatible web browser without the use of plug-ins." - https://en.wikipedia.org/wiki/WebGL
Links
- https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API
- https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL
- https://threejs.org/examples/#webgl_animation_skinning_ik
- https://ciechanow.ski: Really cool educational blog using webgl to teach about physical objects.