OpenFX effects API
Run the following Vcpkg command to install the port.
vcpkg install openfx
The package OpenFX provides CMake targets:
find_package(unofficial-openfx CONFIG REQUIRED) # C-based API target_link_libraries(main PRIVATE unofficial::openfx::OpenFx) # C++ wrapper target_link_libraries(main PRIVATE unofficial::openfx::OfxSupport)
v1.4#0
Apr 11, 2024
All
AcademySoftwareFoundation/openfx424
github.com/AcademySoftwareFoundation/openfx
8a12a368c8
BSD-3-Clause
Manifest