Skip to content

RoundedGlint585/FacialMorphingAnimation

Repository files navigation

FacialMorphingAnimation

This code repository is an implementation of facial animation on modern OpenGL with shape blending technique.

Platforms

  • Linux

Requirements

These are the base requirements to build

  • Cmake
  • A C++17-standard-compliant compiler
  • GLFW3
  • OpenGL3 or higher support
  • GLM

Installing

   chmod u+x build.sh
   ./build.sh

How to use

Compile code and run it. Use scroller to choose emotions. Shaders and objects should be in "shaders" and "objects" folders respectfully

Examples

[rest] [angry] [surprised] [mixed]

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details