Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leixingyu/pokerspring

poker rig for Maya
https://github.com/leixingyu/pokerspring

maya-python rigging

Last synced: 21 days ago
JSON representation

poker rig for Maya

Awesome Lists containing this project

README

        


Poker Spring (Poker Rig for Card Spring)


A control rig that is made for manipulating a deck of poker to create spring
effect, ready for animation use.


Full Demo


## About The Project


poker-title

## Getting Started

1. Unzip the **poker-spring** package under
`%USERPROFILE%/Documents/maya/[current maya version]/scripts/`
or a custom directory under `PYTHONPATH` env variable.

2. Rename the package to something like `pokerSpring`

3. Launch through script editor:
```python
from pokerSpring import pokerUI
pokerUI.show()
```

## Usage

The current version of the tool requires a maya file already being setup, it contains the
necessary control curves to guide the cards, which can be found in
the [example folder](https://github.com/leixingyu/poker-spring/tree/master/example).


initialize

Initialize deck starting look, adjust card spring parameter using slider




shuffle

Re-position guide curves and shuffle deck


## Roadmap

- [x] code initial refactor
- [ ] more code refactor: isolate the rig to work without example file
- [ ] feature developments