From 355b2e4bb47a1906780a708570cd96dda9cb3752 Mon Sep 17 00:00:00 2001 From: Symisc Systems Date: Tue, 5 Jun 2018 08:40:45 +0200 Subject: [PATCH] SOD Programming resources --- samples/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 samples/README.md diff --git a/samples/README.md b/samples/README.md new file mode 100644 index 0000000..142be29 --- /dev/null +++ b/samples/README.md @@ -0,0 +1,17 @@ +## Programming Interfaces + +The documentation works both as an API reference and a programming tutorial. It describes the internal structure of the library and guides one in creating applications with a few lines of code. Note that SOD is straightforward to learn, even for new programmer. + + Resources | Description +------------ | ------------- +SOD in 5 minutes or less | A quick introduction to programming with the SOD Embedded C/C++ API with real-world code samples implemented in C. +C/C++ API Reference Guide | This document describes each API function in details. This is the reference document you should rely on. +C/C++ Code Samples | Real world code samples on how to embed, load models and start experimenting with SOD. + +## Other useful links + + Resources | Description +------------ | ------------- +Downloads | Get a copy of the last public release of SOD, pre-trained models, extensions and more. Start embedding and enjoy programming with. +Copyright/Licensing | SOD is an open-source, dual-licensed product. Find out more about the licensing situation there. +Online Support Channels | Having some trouble integrating SOD? Take a look at our numerous support channels.