This code repository is an implementation of facial animation on modern OpenGL with shape blending technique.
- Linux
These are the base requirements to build
- Cmake
- A C++17-standard-compliant compiler
- GLFW3
- OpenGL3 or higher support
- GLM
chmod u+x build.sh
./build.sh
Compile code and run it. Use scroller to choose emotions. Shaders and objects should be in "shaders" and "objects" folders respectfully
- Daniil Smolyakov - Initial work - DanonOfficial
This project is licensed under the MIT License - see the LICENSE.md file for details