# HG changeset patch # User Sebastien Jodogne # Date 1747727576 -7200 # Node ID 309ee67fe13a45887a993f8532b9e9ca1edb0d1e # Parent 97a203e3de2268309eac96af70ccc87f51bfa65b link to the skeleton of a C++ plugin diff -r 97a203e3de22 -r 309ee67fe13a Sphinx/source/developers/creating-plugins.rst --- 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 @@ `__ (in the ``Plugins/Samples`` folder). +* In particular, `this repository includes the skeleton + `__ + 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 `__.