Skip to content

eliemichel/MfxExamples

Repository files navigation

CMake Badge

MfxExamples

This is a simple example of OpenMfx plugin. You can use it as a base to write your own plugin and get inspiration.

Building

This project uses CMake in a standard way:

mkdir build
cd build
cmake ..
cmake --build . --config Release # or "make"

Usage

Run an OpenMfx host software, for instance the OpenMfx branch of Blender and load in there the .ofx file that results from building.

About

An example of OpenMfx plug-in using the C++ SDK

Resources

Stars

Watchers

Forks

Packages

No packages published