ifm / ifm3d-examples

Example programs which utilize the ifm3d library
Apache License 2.0
6 stars 14 forks source link

Added a simple image Module and usage example with ppmio #4

Closed graugans closed 6 years ago

graugans commented 6 years ago

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.

tpanzarella commented 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.

graugans commented 6 years ago

@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.

tpanzarella commented 6 years ago

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.