skeletal-animation-system - A standalone, stateless, dual quaternion based skeletal animation system built with interactive applications in mind...
Read more »
A map is one of the most frequently used data structures in daily programming. It keeps key-value pairs that can easily be accessed by their keys. In Java, it is pretty obvious to use a HashMap for… (more…)
Read more »
Figuring out the value of this can be tricky in JavaScript, here's how to do it… (more…)
Read more »
A tutorial on how to implement a neural network in JavaScript with deeplearn.js to perform machine learning in JavaScript ... (more…)
Read more »