The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-02-2006
Corona688 Corona688 is offline
Registered User
  
 

Join Date: Aug 2005
Location: Saskatchewan
Posts: 1,937
Quote:
Originally Posted by hirosima
In Unix, is there any way in which I can create a GUI like Realplayer? I mean the Windows Look & Feel.
You certainly can. xmms, for instance, uses a custom GUI that perfectly emulates old-style WinAMP skins, up to and including changing the window shape with clip maps. It is open source, so if you're sufficiently determined you can investigate how it does it.
Quote:
But I don't have much knowledge about how a GUI is built and displayed, can anyone give me some suggestion on what I should start with?
It'll be easier to start with SDL, it provides a programming interface with minimal brain-damage. It also has a lot of great libraries and example code for it.