/Rotamina

Rotamina - Character Animator based on NanoGUI

Primary LanguageC++MIT LicenseMIT

Rotamina - Character Animator based on NanoGUI

Installation

First, recursively clone the repository

$ git clone --recursive https://github.com/Liby99/Rotamina.git

Then make a build/ directory for the cmake to build on.

$ mkdir build
$ cd build

Use CMake to create make file in the build/ directory

$ cmake ..

Then use make to compile the project

$ make

Now all the test executable files will be in the test/ folder. Note that there are extra CMake files in test folder. They will be executed for copying all the relevant files for that test set. In command line, for example, open a test file by

$ cd test/animation
$ ./char_anim_viewer

Example

Skeleton

Skeleton

Texture & Morphing

Texture & Morphing

Animation

Animation

Cloth Simulation

Cloth

Inverse Kinematics

IK