Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelforney/inverse_kinematics
CS184 Final Project - Inverse Kinematics Solver
https://github.com/michaelforney/inverse_kinematics
Last synced: 5 days ago
JSON representation
CS184 Final Project - Inverse Kinematics Solver
- Host: GitHub
- URL: https://github.com/michaelforney/inverse_kinematics
- Owner: michaelforney
- Created: 2010-12-09T06:46:33.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-09T06:47:04.000Z (almost 14 years ago)
- Last Synced: 2024-05-02T00:26:41.653Z (6 months ago)
- Language: Haskell
- Homepage:
- Size: 7.13 MB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Final Project
=============Overview
--------
My report can be found at final_report/final_report.pdf, which describes my
project in detail.A comprehensive video demonstrating my features can be found at
output/complex_structure_animation.mkv.I have also included two sample animations generated by my project at
output/cool_animation.mkv, and output/running.mkv.cool_animation.mkv is the animation I created in the demonstration video, and
running.mkv is an animation I created by looking at still frames of a man
running.Video Links
-----------
* Comprehensive Project Demo: http://vimeo.com/17627388
* Demo Animation: http://vimeo.com/17628098
* Running Animation: http://vimeo.com/17628140Building
--------
My project can be built with `cabal configure`, followed by `cabal build`.