Skip to content

tpejsa/ZombieHorse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

****************************
ZombieHorse Animation System
****************************

ZombieHorse is a data-driven animation system and testbed written in C++. ZombieHorse implements features such as:
- Loading and editing motion capture data (BVH format currently supported)
- Motion playback and blending
- Automatic discovery and parametrization of blendable motion clips in a motion dataset
- Automatic discovery of smooth transitions between motion clips
- ... all that and more!

OBTAINING AND COMPILING THE SYSTEM

Source code of the system can be obtained from the following public repository:

	https://github.com/tpejsa/ZombieHorse
	
The system can be compiled using Visual Studio 2010 or later. The solution file ZombieHorse.sln can be found in the repository root.

The following external libraries and SDKs are required to compile and use the software:
	
	boost
	wxWidgets (2.8 or later)
	OGRE SDK (1.8 or later)

HOME variables must be defined for all libraries and set to their root directories (BOOST_HOME, WXWIDGETS_HOME, and OGRE_HOME).

RUNNING THE TESTBED

Once the software is compiled, you can try out the animation testbed by running bin\release\AnimationStudio.exe. The testbed application will automatically load any BVH motions found in samples\data\animations.

For an overview of system features and testbed functionality, check docs/Feature Overview.pdf

LICENSE

Copyright (C) 2016 Tomislav Pejsa

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published