Mercurial > hg > orthanc-book
comparison Sphinx/source/developers/creating-plugins.rst @ 408:f97e9c9bb173
bgo tutorial
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 02 May 2020 10:59:40 +0200 |
parents | 0fb9369e893e |
children | c95817c254fe |
comparison
equal
deleted
inserted
replaced
407:3aa7d50a4ccd | 408:f97e9c9bb173 |
---|---|
35 | 35 |
36 * Marco Barnig provides `tutorial lessons to create Orthanc plugins | 36 * Marco Barnig provides `tutorial lessons to create Orthanc plugins |
37 <https://github.com/mbarnig/RadioLogic/wiki#user-content-orthanc-plugin-development>`__ | 37 <https://github.com/mbarnig/RadioLogic/wiki#user-content-orthanc-plugin-development>`__ |
38 as part of his `RadioLogic project | 38 as part of his `RadioLogic project |
39 <https://github.com/mbarnig/RadioLogic/>`__. | 39 <https://github.com/mbarnig/RadioLogic/>`__. |
40 | |
41 * Technical workshop about "`Writing an Orthanc C++ plugin | |
42 <https://bitbucket.org/bgo-osimis/orcon19-plugin-workshop/>`__" | |
43 presented by Benjamin Golinvaux at `OrthancCon 2019 | |
44 <https://www.orthanc-server.com/static.php?page=conference-schedule>`__. | |
40 | 45 |
41 We suggest developers to adopt the :ref:`coding style of the Orthanc | 46 We suggest developers to adopt the :ref:`coding style of the Orthanc |
42 core <coding-style>`, although this is of course not required. | 47 core <coding-style>`, although this is of course not required. |
43 | 48 |
44 Do not hesitate to `contact us | 49 Do not hesitate to `contact us |