Compare commits

9 Commits

Author SHA1 Message Date
6364de99cb Merge pull request 'release' (#12) from release into master
Reviewed-on: https://git.shs.tools/SHS/shstk/pulls/12
2020-09-07 22:47:13 +03:00
c6fa2d0792 Изменить 'README.md'
All checks were successful
SHS Gitea/shstk/pipeline/head This commit looks good
2020-09-07 22:45:13 +03:00
7efb0c43ea Merge pull request 'master' (#11) from master into release
Some checks failed
SHS Gitea/shstk/pipeline/head There was a failure building this commit
Reviewed-on: https://git.shs.tools/SHS/shstk/pulls/11
2020-09-07 22:39:27 +03:00
961ec3222f Merge pull request 'qad' (#10) from master into release
All checks were successful
SHS Gitea/shstk/pipeline/head This commit looks good
Reviewed-on: https://git.shs.tools/SHS/shstk/pulls/10
2020-09-07 17:09:05 +03:00
9d8dc6b591 Merge pull request 'master' (#9) from master into release
All checks were successful
SHS Gitea/shstk/pipeline/head This commit looks good
Reviewed-on: https://git.shs.tools/SHS/shstk/pulls/9
2020-09-07 15:43:43 +03:00
1bdb87ce25 Merge pull request 'master' (#8) from master into release
Some checks failed
SHS Gitea/shstk/pipeline/head There was a failure building this commit
Reviewed-on: https://git.shs.tools/SHS/shstk/pulls/8
2020-09-07 14:41:51 +03:00
e7cda32ed4 Merge pull request 'find_header fix' (#7) from master into release
Reviewed-on: https://git.shs.tools/SHS/shstk/pulls/7
2020-09-07 12:59:33 +03:00
ab2bcbf3b3 Merge pull request 'cmake install fix' (#5) from master into release
Reviewed-on: https://git.shs.tools/SHS/shstk/pulls/5
2020-09-07 12:38:21 +03:00
36926d53d8 Merge pull request 'submodules' (#4) from master into release
Reviewed-on: https://git.shs.tools/SHS/shstk/pulls/4
2020-09-07 11:19:34 +03:00

View File

@@ -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.