Simulates and visualizes physical movement using the principles of inverse kinematics.
This project utilizes TeaVM, a tool providing a Java interface for the HTML DOM, to produce JavaScript which can be run in the browser.
This is a Maven project. Use Maven to build it.
$ cd inverse-kinematics-java
$ mvn clean package
Output will include transpiled JavaScript and an HTML page, index.html
.
Cursor Tracking (fun)