Skip to content

A custom inverse kinematics system solver for multi-chain skeletons and with constraints.

License

Notifications You must be signed in to change notification settings

TokageItLab/ewbik

 
 

Repository files navigation

EWBIK

Requirement

  1. install scoop
> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
> irm get.scoop.sh | iex
  1. install scoop try 2
scoop install git
scoop update
scoop bucket add games
scoop bucket add extras
scoop install sudo
  1. scoop install mingw
  2. install llvm-mingw with the following steps.
  3. scoop bucket add dorado https://github.com/chawyehsu/dorado
  4. scoop install llvm-mingw
  5. git clone godot
  6. git clone ewbik
  7. put ewbik beside godot
  8. scons custom_modules=../ewbik

About

A custom inverse kinematics system solver for multi-chain skeletons and with constraints.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.5%
  • C 1.1%
  • Python 0.4%