josevcm / nfc-laboratory

NFC signal and protocol analyzer using SDR receiver
GNU General Public License v3.0
411 stars 47 forks source link

Evolution replace NFC Frequency display (which requires OpenGL/shaders) with 2D graph (without OpenGL requirements) #8

Closed bvernoux closed 3 years ago

bvernoux commented 3 years ago

A potential evolution could be to replace the NFC Frequency to use only simple 2D Graph to work on old computer with integrated graphics card (which does not have OpenGL+Geometry shaders) as it seems a bit "overkill" to use OpenGL with Geometry shaders to display the NFC Frequency.

josevcm commented 3 years ago

Yes,

The opengl chart is a nice feature but it doesn't provide much information, I added it just to practice with Opengl Shaders.

In the next version I will include a check of the Opengl capabilities to toggle the use of geometry Shaders and ultimately disable this feature completely.

Thanks for de suggestion

bvernoux commented 3 years ago

Implemented in https://github.com/josevcm/nfc-laboratory/commit/f17d0a49977b702d2c4191427460d16b1aaabe2e