From c6fa2d07922c45fc0c5b65e5bb54bc4e536bb151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Mon, 7 Sep 2020 22:45:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 54 +++++++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 3055567..ba4bb65 100644 --- a/README.md +++ b/README.md @@ -3,35 +3,39 @@ ## Introduction This repo contains: + * PIP -* * PIP - main library -* * PIP::USB - PIUSB (libusb) -* * PIP::Console - PIScreen -* * PIP::Crypt - Cryptography (libsodium) -* * PIP::Compress - Compression (zlib) -* * PIP::FFTW - FFT with libfftw3 -* * PIP::OpenCL - PIP OpenCL bindings -* * PIP::IOUtils -* * PIP::Cloud -* * PIP::Lua - PIP Lua bindings + * PIP - main library + * PIP::USB - PIUSB (libusb) + * PIP::Console - PIScreen + * PIP::Crypt - Cryptography (libsodium) + * PIP::Compress - Compression (zlib) + * PIP::FFTW - FFT with libfftw3 + * PIP::OpenCL - PIP OpenCL bindings + * PIP::IOUtils + * PIP::Cloud + * PIP::Lua - PIP Lua bindings + * QAD - Qt for Advanced Developers: -* * QAD::Utils -* * QAD::Widgets -* * QAD::Application -* * QAD::Blockview -* * QAD::Graphic -* * QAD::SQLTable -* * QAD::TouchWidgets -* * QAD::Doc -* * QAD::PIQt - helpers to convert PIP <-> Qt types -* * QAD::PIQtUtils - Gui libraries and executables to edit PIConnection configs and watch PIIntrospection -* * qglview - old Qt-base OpenGL engine + * QAD::Utils + * QAD::Widgets + * QAD::Application + * QAD::Blockview + * QAD::Graphic + * QAD::SQLTable + * QAD::TouchWidgets + * QAD::Doc + * QAD::PIQt - helpers to convert PIP <-> Qt types + * QAD::PIQtUtils - Gui libraries and executables to edit PIConnection configs and watch PIIntrospection + * qglview - old Qt-base OpenGL engine + * qglengine - new Qt-base OpenGL engine -* * QGLEngine::Core - 3d engine -* * QGLEngine::Widgets - qt widgets for manage 3d obects and materials + * QGLEngine::Core - 3d engine + * QGLEngine::Widgets - qt widgets for manage 3d obects and materials + * CD -* * CD::Core - PIP-based client/server library for read, transmit and use custom structures of coefficients -* * CD::Qt - Qt bindings to CDUtils and "CD Pult" executable - full-featured CD client + * CD::Core - PIP-based client/server library for read, transmit and use custom structures of coefficients + * CD::Qt - Qt bindings to CDUtils and "CD Pult" executable - full-featured CD client ## Compile This repo can be compile with GCC/MinGW/Clang, for Qt 4/5.