Charles J. Cliffe
Charles J. Cliffe
There's a way to do it using the 'alpha depth' channel (disables transparency support) and an SSAO shader I wrote that uses it; the resolution is low but it does...
That's a fairly simple fix and makes sense; I'll add CU8 and make it the native default.
Would it be a stretch to handle the same format conversions for local devices in SoapySDR? It would be nice if I could request CF32 even if a module only...
@bcattle interesting; I wasn't aware the RTL-SDR even had GPIO let alone 8 of them. I'll leave this here for reference: http://lea.hamradio.si/~s57uuu/mischam/rtlsdr/ports.html as it appears to show what's needed; adding...
Hmm, still working here with my latest hamlib build but I'll do a fresh pull and look into this.
Hey @Toontje sorry for the delay; there was a typo when the paths were updated for wxWidgets 3.1.0 -- the configure line's install prefix and the CubicSDR build cmake line's...
Hey @Toontje it looks like if you used -DUSE_HAMLIB=1 and then called cmake again without -DUSE_HAMLIB=0 it caches the previously enabled state. So cmake is working correctly it just cached...
@Toontje when you build wxWidgets it uses that as it's installation path; it should create the folder during the build. Specifically during the "make install"
@Toontje there was a bug in the instructions I have now fixed -- the way it was you'd be installing wxWidgets into the build folder which wasn't correct; you'll need...
@Toontje shouldn't be anything looking in /Users/tmachielsen/Dev/wxWidgets-build if you've made the two changes I suggested above and rebuilt; wxWidgets-staticlib is the installation target folder that's created by configuring and building/installing...