Skip to content

Simple 3D 3DOF Robot Arm with Inverse Kinematic for the Browser

License

Notifications You must be signed in to change notification settings

Cloud-Automation/poky.ts

Repository files navigation

Poky.ts

Poky is a simple 3D 3DOF (Degrees of Freedom) Robotic Arm with inverse kinematic calculations.

Install

npm install poky.ts

or

git clone https://github.com/cloud-automation/poky.ts
cd poky.ts
npm install
npm run serve

Embed

import Poky from 'poky.ts'

/* instantiate poky with a dom element id like '#sandbox' */
const poky = new Poky('sandbox')



## License
MIT

About

Simple 3D 3DOF Robot Arm with Inverse Kinematic for the Browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published