vote up 1 vote down star
1

Hi all,

I'm a Windows developer and I need to develop a Linux application. The goal is to have a fullscreen application being able to display different media types (images, videos, flash). There might be multiple media files being displayed at the same time on the screen (if the screen is split in multiple zones).

Can someone point me in the right direction as to what is the most appropriate technology/tools/frameworks to use?

I have experience with C#, C++ and Objective C.

Thanks,

Pyt

flag

2 Answers

vote up 1 vote down

Qt for the gui
Probably C++ for the code

link|flag
vote up 2 vote down

You could look into MPlayer's libraries, that are extensively used by several Linux applications as a backend.

Best of all, its cross OS and of high quality.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.