Skip to content

sinclairtarget/Kinematics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo

'ant' should be sufficient to build and run the program, provided you have ant installed. Tested on OS X.

See Controls.txt for precise instructions on how to manipulate the models.

This project features forward kinematics via keyboard input and inverse kinematics via click-and-drag end effectors. The end effectors are separate objects from the model that act as control points. I've taken care to implement this functionality in an abstract way so that it can be used easily in the future. Most of the code that supports the forward and inverse kinematics is in the 'engine' package.

Selection of the end effectors is accomplished through raycasting. See engine.physics.Raycaster.

About

Forward and Inverse Kinematics implementation with LWJGL for COMS4160 (Computer Graphics)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors