This example illustrates how to use the transform API to perform multiple transforms in the same stack. It demonstrates PolySync transform API usage. It pushes a transform to the stack.
Packages: libglib2.0-dev
To install on Ubuntu:
sudo apt-get install libglib2.0-dev$ cd TransformStack
$ mkdir build && cd build
$ cmake ..
$ make
$ ./polysync-transform-stack-cppFor more API examples, visit the "Tutorials" and "Development" sections in the PolySync Help Center here.