rbha311
December 13th, 2008, 06:08 PM
Hey Guys
I am working on a project that requires me to create a GUI application that captures data from the the USB port and then lets me represent the data values via a color pallete i.e. the data coming would be real numbers and say I use a color pallete that represents the lower numbers by a blue color and then the higher up numbers with higer colors across the spectrum until we reach red. Now the data coming in would be real time and the application has to represent these colors via a display that moves across the GUI screen from the right to the left which basically signifies that the display is moving to the left as time passes by and is representing the new data with colors as it arrives. Now the firmware interface that captures the data from the hardware device has been written in c++, i was wondering how i should approach this particular project since I am familiar with c/c++ programming but not so much with the graphics libraries that are available. Any sort of a suggestion would be a great help, thanks.
regards
I am working on a project that requires me to create a GUI application that captures data from the the USB port and then lets me represent the data values via a color pallete i.e. the data coming would be real numbers and say I use a color pallete that represents the lower numbers by a blue color and then the higher up numbers with higer colors across the spectrum until we reach red. Now the data coming in would be real time and the application has to represent these colors via a display that moves across the GUI screen from the right to the left which basically signifies that the display is moving to the left as time passes by and is representing the new data with colors as it arrives. Now the firmware interface that captures the data from the hardware device has been written in c++, i was wondering how i should approach this particular project since I am familiar with c/c++ programming but not so much with the graphics libraries that are available. Any sort of a suggestion would be a great help, thanks.
regards