Giter Site home page Giter Site logo

minitoine / ik.ts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from goldst/ik.ts

0.0 0.0 0.0 13.42 MB

TypeScript / JavaScript fast iterative solver for Inverse Kinematics

Home Page: https://goldst.dev/IK.ts

License: MIT License

JavaScript 1.63% TypeScript 86.69% HTML 11.68%

ik.ts's Introduction

IK.ts – TypeScript Inverse Kinematics Library – Work in Progress

This library is a TypeScript port of

  • Fullik by lo-th, which is a JavaScript port of
  • Calico by Alastair Lansley and the Federation University Australia, which is a implementation of the
  • FABRIK algorithm by Andreas Aristidou and Joan Lasenby

Setup and usage

Installation:

> npm i ik.ts

You can either add the library using html:

<script src="node_modules/ik.ts/build/IK.js"></script>

and then access the classes using the global object IK.

Or you can include the unbundled source as a module:

import * as IK from 'ik.ts/src/IK';

Documentation is planned, for now just have a look at index.html and the demos folder for usage examples.

License

MIT

ik.ts's People

Contributors

goldst avatar lo-th avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.