VAvatar is a C++17 CMake project.
cmake -S . -B build
cmake --build build --config DebugFor Release:
cmake --build build --config ReleaseUse:
powershell -ExecutionPolicy Bypass -File scripts/check-build.ps1The script checks for CMake and a supported C++ build tool. If no compiler is available, it prints a clear message instead of failing mysteriously.
On Windows, run builds from a Visual Studio Developer PowerShell or install Visual Studio Build Tools / Ninja.
This Codex environment currently has CMake available but does not expose cl, nmake, Ninja, or Git on PATH, so local build verification may be limited until the developer toolchain is available.
OpenCV camera tracking is optional. If OpenCV is not found, VAvatar can still build and use preview/simulation tracking.
For real camera tracking, OpenCV needs the face module from OpenCV contrib.