https://github.com/liby99/rotamina
Rotamina - Character Animator based on NanoGUI
https://github.com/liby99/rotamina
Last synced: 11 months ago
JSON representation
Rotamina - Character Animator based on NanoGUI
- Host: GitHub
- URL: https://github.com/liby99/rotamina
- Owner: Liby99
- License: mit
- Created: 2018-01-15T00:48:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T20:29:18.000Z (over 8 years ago)
- Last Synced: 2025-02-07T15:02:04.282Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 3.22 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rotamina - Character Animator based on NanoGUI
## Installation
First, recursively clone the repository
``` bash
$ git clone --recursive https://github.com/Liby99/Rotamina.git
```
Then make a `build/` directory for the cmake to build on.
``` bash
$ mkdir build
$ cd build
```
Use CMake to create make file in the `build/` directory
``` bash
$ cmake ..
```
Then use `make` to compile the project
``` bash
$ 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
``` bash
$ cd test/animation
$ ./char_anim_viewer
```
## Example
### Skeleton

### Texture & Morphing

### Animation

### Cloth Simulation

### Inverse Kinematics
