Skip to content

pickles976/RustIK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

Krust

What is it?

Krust is a tiny inverse kinematics library using gradient descent to optimize a kinematic chain w/ basic collision avoidance. It only supports revolute joints at the moment.

It is meant to be used as a webassembly package for a demo I made here.

How to use:

In the krust directory, run:

wasm-pack build --target web

Copy the pkg folder to the src folder on your webserver. The webassembly module can now be loaded like any other module.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published