aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-24Create nix overlay for gnuradioNaoki Pross3-2/+10
2021-10-22Update RX UI block yamlNao Pross1-18/+18
2021-10-22Remove poetry projectNao Pross2-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.
2021-10-22Create pyproject file with poetry to work on other distrosNao Pross2-0/+91
2021-10-22Make gr block compilableNaoki Pross3-6/+9
2021-10-22Create (empty) out of tree gnuradio module fading_ui with block rx_ui_sinkNao Pross36-0/+15265
2021-10-21Experiment with dearpygui, create a sketch of the UI on the RX sideNaoki Pross1-0/+61
2021-10-20Add deps to build out of tree block to nix envNaoki Pross1-14/+7
2021-10-20Prepare nix env for dearpygui uiNaoki Pross3-0/+74