Closed graugans closed 6 years ago
@graugans I assume you will be taking ownership of this repo and will mainline this PR when you see fit? I have not reviewed.
@tpanzarella & @theseankelly the intend of this PR was to clarify if the introduced folder structure is what we want to have in the future or if there is some restructuring needed.
Yes. I like the new structure. I think it would be good to move the existing examples into a similar structure. Keeping each example isolated supports the principle of "minimal example" to illustrate a point. Its biggest benefit is showing the simplicity of integrating ifm3d into a cmake project.
This example take the usage guide for writing a custom image container and shows how to extract the image data and store it as PPM images. PPM was chosen because of it's simplicity. This shows how to extend the ifm3d by writing an own image container by sub classing the base class and not changing the ifm3d library itself.