Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keijiro/PuppetTest
An experiment in procedural dance animation
https://github.com/keijiro/PuppetTest
animation procedural unity unity3d
Last synced: 2 months ago
JSON representation
An experiment in procedural dance animation
- Host: GitHub
- URL: https://github.com/keijiro/PuppetTest
- Owner: keijiro
- Created: 2018-01-29T13:39:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T02:08:14.000Z (over 2 years ago)
- Last Synced: 2024-06-20T17:16:25.592Z (7 months ago)
- Topics: animation, procedural, unity, unity3d
- Language: C#
- Homepage:
- Size: 179 KB
- Stars: 850
- Watchers: 32
- Forks: 77
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PuppetTest
----------![gif](https://i.imgur.com/F8wrLm9.gif)
![gif](https://i.imgur.com/XLNbNfT.gif)This is my second attempt at generating dance animation with a procedural
method (I tried it a few years ago). This is not a complex algorithm, nor
involved any AI-ish techniques. These characters are controlled with a few of
sin curves and Perlin noise functions. The standard [humanoid IK rig] is used
to animate the model.[humanoid IK rig]: https://docs.unity3d.com/Manual/InverseKinematics.html
![gif](https://i.imgur.com/cqlAwKL.gif)
![gif](https://i.imgur.com/eu1bEwT.gif)(Left: Random variations, Right: Synchronized but with random multipliers)
License
-------[CC0](https://creativecommons.org/publicdomain/zero/1.0/)