https://github.com/pothosware/pothosflow
GUI frontend and designer tool for the Pothos framework
https://github.com/pothosware/pothosflow
block-design dataflow graphical gui pothos pothos-framework qt sdr
Last synced: about 1 month ago
JSON representation
GUI frontend and designer tool for the Pothos framework
- Host: GitHub
- URL: https://github.com/pothosware/pothosflow
- Owner: pothosware
- License: bsl-1.0
- Created: 2014-05-19T23:22:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-07-25T22:51:04.000Z (almost 4 years ago)
- Last Synced: 2025-04-05T20:35:21.418Z (about 2 months ago)
- Topics: block-design, dataflow, graphical, gui, pothos, pothos-framework, qt, sdr
- Language: C++
- Homepage: https://github.com/pothosware/PothosFlowi/wiki
- Size: 2.04 MB
- Stars: 73
- Watchers: 22
- Forks: 27
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.txt
- License: LICENSE_1_0.txt
Awesome Lists containing this project
README
# Pothos Flow - graphical topology designer
Pothos Flow is the GUI frontend and designer tool for the Pothos framework.
## Documentation
* https://github.com/pothosware/PothosFlow/wiki
## Dependencies
* Pothos library
* QT5 C++ development libraries and headers## Building
Configure, build, and install with CMake
## Licensing information
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)# qtcolorpicker
The source for the qtcolorpicker is available in the pothos-gui source tree.
qtcolorpicker is built as a stand-alone library and used under the terms
of the GNU LESSER GENERAL PUBLIC LICENSE. See qtcolorpicker/LICENSE.LGPL