|
From: <fab...@fr...> - 2011-03-03 22:52:54
|
> I am reading the documentation and the examples and every now and then > i find references to "the c++ support layer", like "don't do like > this, use the c++ support layer" or so yes, it's much easier with the c++ support library. > So what can i do to at least have some hint about this layer and how to use it? > A tiny example maybe? There is one or two examples in openfx source code, isn't it? You can find a bunch of examples inside TuttleOFX project: https://github.com/tuttleofx/TuttleOFX/tree/master/plugins/image The simplest example: https://github.com/tuttleofx/TuttleOFX/tree/master/plugins/image/process/color/Invert/src I hope this can help. This is one of the goals of this project. Regards, Fabien |