changeset 1159:309ee67fe13a

link to the skeleton of a C++ plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 May 2025 09:52:56 +0200
parents 97a203e3de22
children 363bdfaf31c1
files Sphinx/source/developers/creating-plugins.rst
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/developers/creating-plugins.rst	Mon May 12 14:41:10 2025 +0200
+++ b/Sphinx/source/developers/creating-plugins.rst	Tue May 20 09:52:56 2025 +0200
@@ -43,6 +43,12 @@
   <https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Plugins/Samples/>`__
   (in the ``Plugins/Samples`` folder).
 
+* In particular, `this repository includes the skeleton
+  <https://orthanc.uclouvain.be/hg/orthanc/file/tip/OrthancServer/Plugins/Samples/CppSkeleton>`__
+  of a **sample, minimal C++ plugin** that is prepared to be shipped
+  to end users. This skeleton also illustrates how to properly include
+  the Orthanc Framework and how to use embedded resources.
+
 * A tutorial showing how to implement a basic WADO server is
   `available on CodeProject
   <https://www.codeproject.com/Articles/797118/Implementing-a-WADO-Server-using-Orthanc>`__.