diff --git a/ITKDemoSmall.jpg b/ITKDemoSmall.jpg new file mode 100644 index 0000000..b28541a Binary files /dev/null and b/ITKDemoSmall.jpg differ diff --git a/PluginSmall.jpg b/PluginSmall.jpg new file mode 100644 index 0000000..977f4c1 Binary files /dev/null and b/PluginSmall.jpg differ diff --git a/README.md b/README.md index 41b86fe..e35b0e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ # Public Demos Repository -This repository hosts small example projects that can be built angainst the ImFusion SDK. +This repository hosts small example projects that can be built against the ImFusion SDK. These projects are either standalone applications that demonstrate integrating the ImFusion SDK into custom applications or plugins that demonstrate how to extend the SDK with new functionality. +![Screenshot of the Example Standalone Application in Action](StandaloneAppSmall.jpg) +![Screenshot of the ITK Integration Example in Action](ITKDemoSmall.jpg) + +Please have a look at the individual subfolders of this repository. +Each provides a self-contained example to explore. + +You can find more information on our company and what we do on our [website](https://www.imfusion.com). + + ## License and Copying All projects and code in this repository are licensed under the permissive 3-clause BSD license. This allows you to freely modify and distribute the code as long as you retain a copy of the original copyright notice and do not use the name of the project or our company to promote derived work without written consent. For more details, please refer to the [LICENSE.txt](LICENSE.txt) file in this repository. diff --git a/StandaloneAppSmall.jpg b/StandaloneAppSmall.jpg new file mode 100644 index 0000000..e67e8a8 Binary files /dev/null and b/StandaloneAppSmall.jpg differ