Examples
Each example is a complete CMake project that finds the installed SDK with
find_package(mupro) and builds against it, exactly as your own program will.
- demo1 — writes a 3D field to disk, reads it back, runs forward and backward FFTs over it, and writes the result out. It is the shortest complete tour of project setup, input handling, and the FFT interface.
