A simple 3D hand visualizer
Project description
Simple Hand
I wanted a simple 3D hand model to visualize hand movements in python without the need for external models or software, so I built this. It simply plots a wireframe hand in matplotlib and allows you to set the flexion of each finger.
SimpleHand:
SuperSimpleHand:
Plot a hand:
import matplotlib.pyplot as plt
from simplehand import SimpleHand
hand = SimpleHand()
hand.set_flex(th=0, idx=0, mid=0.5, ri=0.4, pi=0.3)
hand.draw()
plt.show()
Installation:
git clone https://github.com/jtcostello/simple-mpl-hand.git
cd simple-mpl-hand
pip install .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simplehand-0.1.0.tar.gz
(5.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simplehand-0.1.0.tar.gz.
File metadata
- Download URL: simplehand-0.1.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56ac4f9c32856d56a0f4f9f9d84e82c61f82e475aace348b63d2f1c46847e493
|
|
| MD5 |
c8b7dc4157300731d8275026bac35be9
|
|
| BLAKE2b-256 |
ef00cae4238851e2aaae1d837951fa7dfdca625f8bfdfa29d0a334a0cc495077
|
File details
Details for the file simplehand-0.1.0-py3-none-any.whl.
File metadata
- Download URL: simplehand-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d743ba4939031655161e80b2952963c286298e87d4a1228629824514873f5a5
|
|
| MD5 |
7f7df5678e1f8bb9b4359d343c69432e
|
|
| BLAKE2b-256 |
78919d7594e5289697624d539eef6015542d39f88980a532a3567a86fcb4c166
|