aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove poetry projectNao Pross2021-10-222-91/+0
| | | | | | | | | Actually because of how gnuradio works it would be a mess to have a virtualenv. It is easier to just run $ pip3 install dearpygui instead. And the other deps (numpy) are installed anyways.
* Create pyproject file with poetry to work on other distrosNao Pross2021-10-222-0/+91
|
* Make gr block compilableNaoki Pross2021-10-223-6/+9
|
* Create (empty) out of tree gnuradio module fading_ui with block rx_ui_sinkNao Pross2021-10-2236-0/+15265
|
* Experiment with dearpygui, create a sketch of the UI on the RX sideNaoki Pross2021-10-211-0/+61
|
* Add deps to build out of tree block to nix envNaoki Pross2021-10-201-14/+7
|
* Prepare nix env for dearpygui uiNaoki Pross2021-10-203-0/+74