Inverse Kinematics - Multiple
Coding Challenge #64.4
In this last coding challenge on kinematics, I wrap all of the code for inverse kinematics into an object and create an array of many tentacle-like creatures. The creatures reach for a bouncing ball (an idea from the Coding Math YouTube channel). All examples are in Processing (Java).
Community Contributions
- Kinematic snakes using simple steering behaviors and linked lists. by Ben (quillaja) (Source Code)
- Floating point snake with kinematics by David Snyder (Source Code)
- Socket.io Multiplayer Snake by Alexander (DaGuT) Mongolin (Source Code)
- Koi Pond by Bryan (Source Code)
- Hexapod Robot Simulator and Inverse Kinematics Solver by Mithi Sevilla (Source Code)
- Hexapod Robot Inverse Kinematics Visualizer with Javascript by Mithi Sevilla (Source Code)
- Robot Arm with Inverse Kinematics in 3D by dzson (Source Code)
You can also add your own version! (See how)