cjcliffe / CubicSDR

Cross-Platform Software-Defined Radio Application
http://www.cubicsdr.com
GNU General Public License v2.0
2.02k stars 249 forks source link

Code Contributions? - Recommended Development Environment / UI Framework? #902

Closed ericmandm closed 2 years ago

ericmandm commented 3 years ago

Hello, Does this project accept code contributions? What would b the recommended IDE, plug-ins, etc, for working on the application and UI? Thanks,

vsonnier commented 2 years ago

Sorry for the late response:

CubicSDR is by itself is a portable application written entirely in Cxx11+ using OpenGL and wxWidgets which exists on all platforms in one form or another, with very little OS-specific pieces of code inside.

We know it runs on Win32/64, Linux x86, Rasberry Pi, MacOS, and BSD so far.