-7

I save the data from USB into the database sqlite3 and I want to create a wave of these datas, I prefer to use C in Linux, maybe another language is also ok. Anyone has an idea?

Thanks.

haoX
  • 29
  • 3
  • 1
    Didn't know USB and Sqlite3 is considered graphics programming... I always learn something new on StackOverflow... –  Sep 17 '12 at 14:42

1 Answers1

2

If you can use C++ then checkout QT, has its open graphics library and supports OpenGL too

Saadie
  • 21
  • 1