How to create a custom GUI


 
Thread Tools Search this Thread
Top Forums Programming How to create a custom GUI
# 1  
Old 12-31-2005
How to create a custom GUI

In Unix, is there any way in which I can create a GUI like Realplayer? I mean the Windows Look & Feel.

Borded with buttons, windows, dialogs and other predefined widgets, I am wondering how to create my own buttons that come in different shapes and fashions or even draw images/control objects the way I like.

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?

Thanks and Happy New Year!
# 2  
Old 01-02-2006
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.
# 3  
Old 01-13-2006
dont you wanna consider using linux instead?
Linux has lots of library such as gtk and glib to have a windows like look and feel
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How to create custom options of my own in systemctl Linux?

Hello All, Greetings!! I was trying to create a custom option in systemctl like its out of the box options eg--> status, stop, start, restart, I have tried searching in google but didn't find anything related to it. Basically I would like to create a custom option which is related to... (9 Replies)
Discussion started by: RavinderSingh13
9 Replies

2. Red Hat

Custom-Spin doesnt boot to GUI when /etc/skel is changed

Heyas So i have my custom Fedora with AwesomeWM spin with alots of customizations using the kickstart method for a liveimage. A few weeks (2-3 months) ago, i've done some changes i cannot remember. Those changes made the image from bootable to gui, to not booting to gui any more. Just... (3 Replies)
Discussion started by: sea
3 Replies

3. UNIX for Dummies Questions & Answers

How to create a TAR File in a Custom Destination Directory?

I want to create the tarzip file into a destination directory, i am in /var/sftp/home/archive/rquadri directory and i am using below command. However it is creating the file in the /var/sftp/home/archive/rquadri directory itself instead of /tmp, may i please know how do i resolve this. tar -cvzf... (5 Replies)
Discussion started by: Ariean
5 Replies

4. Infrastructure Monitoring

Nagios widgets to create custom GUI

Hi, I need to create a custom GUI for Nagios, as follows: - no logo - including monitoring info (network status overview, host/service details & status) as well as some network google map I'm looking for Nagios widgets that can be easily integrated in our HTML page. Can you suggest if there... (0 Replies)
Discussion started by: CHK
0 Replies

5. Solaris

Create a custom CD boot

I'm doing as the official document of the SUN : www.sun.com/blueprints/1205/819-3731.pdf Who on page 15 / 18, asks to be executed the following command: 3.Combine mboot and pboot into a single file called mboot+pboot.cd. # dd if=/dev/dsk/c1t1d0p0 of=mboot+pboot.cd bs=512 count=2 I try... (6 Replies)
Discussion started by: poyato
6 Replies

6. Shell Programming and Scripting

Create GUI or Executable For Script

Hi all. I've got a unix script at work that I just got done with. Now they want me to write some simple way to run it on Windows. Right now we log into a Solaris server using Hummingbird Exceed to gain a terminal. Im thinking that there really isn't any good way to get Windows and the server... (5 Replies)
Discussion started by: Grizzly
5 Replies

7. Shell Programming and Scripting

can we create a GUI by shall script

Hi All, I am not new to unix but just begin to realizing the power of unix shell programming.. i need to create a shell script that can provide a graphical interface to me to enter information.. and this script i ll run through telnet program remotly.. is this possible ... plz guide me (1 Reply)
Discussion started by: johnray31
1 Replies

8. AIX

how to create custom fortunes.dat

How do I create my own custom fortunes.dat on aix? (0 Replies)
Discussion started by: techuser
0 Replies
Login or Register to Ask a Question