GUI (Graphical User Interface ) problem

nkey292

Mar 26, 2014
11
Joined
Mar 26, 2014
Messages
11
hello dear friends,

i am working on a video transmission project, and i need to make a Graphical User Interface, when the device is connected the TV, an interface that will give the user the ability to have command and choose, ...
i don't know how to make it, which chip-set and programming language to use to make a GUI
thank you guys
 

BobK

Jan 5, 2010
7,682
Joined
Jan 5, 2010
Messages
7,682
If you want a graphical UI on a TV, a Raspberry Pi is probably your best bet.

Bob
 

Anish

Feb 5, 2011
46
Joined
Feb 5, 2011
Messages
46
Whatever chip you use, the easiest gui programming lanugage might be processing (similar to arduino in syntax - but processing came first).
You can receive/send values through serial port and use processing as the GUI
Processing is easy to learn, and opensource also you can find many examples at processing website.
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
(similar to arduino in syntax - but processing came first).

I think you'll find that C++ beat it by a couple of (actually 22) years.

"arduino language" is C++
 
Top