Skip to content

QTR-Modding/DynamicAnimationFrameworkSE_API

Repository files navigation

Dynamic Animation Framework SE - API


Installation (via vcpkg)

Add to your vcpkg.json:

"dependencies": [
  "daf-api"
]

In your CMakeLists.txt:

find_path(DAF_API_INCLUDE_DIRS "DynamicAnimationFramework/API.hpp")
target_include_directories(your_target PRIVATE ${DAF_API_INCLUDE_DIRS})

This is a header-only library; no linking is needed.

To use the DynamicAnimationFramework API port locally, copy the cmake/ folder from the DynamicAnimationFramework API repository into your project:

your-project/
└── cmake/
    └── ports/
        └── daf-api/
            ├── portfile.cmake
            └── vcpkg.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published