![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Aug 2008
Posts: 2
Rep Power: 0
![]() |
hello there,
Im not shore if this is the right place, and im not to shore on how to word my question. I want to make a desktop thingy or a gui, like KDE or Gomme , but better like Macs Finder or like Microsofts Explorer. the Operating system im going to intergrate it into is FreeBSD. but i dont know where to start. Can anyone point me to any tutorials or Help me here. Thanks in advance TheRevenge |
|
|
|
|
|
#2 |
|
Professional Programmer
Join Date: Sep 2007
Location: Sydney - Australia
Posts: 328
Rep Power: 2
![]() |
Re: Building a new gui for an operating system
Okay, let me see if I understand.
You want to make your own personalised GUI for the FreeBSD operating system and you want some help. Question: What is your programming experience?
__________________
SYNTAX ERROR ... |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Aug 2008
Posts: 2
Rep Power: 0
![]() |
Re: Building a new gui for an operating system
i have experience in Pascal, visual basic, Python, and im learning C++
|
|
|
|
|
|
#4 |
|
Professional Programmer
Join Date: Sep 2007
Location: Sydney - Australia
Posts: 328
Rep Power: 2
![]() |
Re: Building a new gui for an operating system
If you still have XP, look at this.
A few people us this to make there own flashy styles on the operating system. Read it and click on the ResHacker link.
__________________
SYNTAX ERROR ... |
|
|
|
|
|
#5 |
|
Expert Bug Developer
Join Date: Apr 2008
Posts: 22
Rep Power: 0
![]() |
Re: Building a new gui for an operating system
Have you taken a closer look at the inner workins of *nix window managers? You might be surprised at how much you can customize them. There are many tutorials avaialble for creating themes in Gnome or KDE, and they're open source, so they are highly customizable under the hood as well. Writing add-on applications which help further enhance the interface is also a very viable option and is a heck of a lot simpler than creating your own window manager from scratch.
|
|
|
|
|
|
#6 |
|
Hobbyist Programmer
Join Date: Jan 2006
Location: Menidi, Athens, Greece
Posts: 243
Rep Power: 3
![]() |
Re: Building a new gui for an operating system
Well, you have a long way before you can start witting something like what you mentioned... My advice is to learn advanced C++ first, then proceed to GUI programming.
__________________
Project::Soulstorm (personal homepage) |
|
|
|
|
|
#7 |
|
Professional Programmer
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 380
Rep Power: 3
![]() |
Re: Building a new gui for an operating system
I would follow Soulstorm's advice. After that you will want to look into the X Window System framework and build your GUI using that (this is also what Gnome and KDE use).
__________________
I am Addicted to Linux! |
|
|
|
|
|
#8 |
|
Newbie
Join Date: Aug 2008
Posts: 5
Rep Power: 0
![]() |
Re: Building a new gui for an operating system
Doing this is fairly straightforward. Learn Haskell (haha) and take a look at the XMonad source code of early versions like 0.1, 0.2, for examples.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| GUI problem. | Fall Back Son | Java | 18 | Jul 23rd, 2008 3:38 AM |
| Operating System | nannu | C | 2 | Apr 13th, 2008 3:38 AM |
| GUI Building | Kezzer | Java | 3 | Jul 1st, 2007 12:46 AM |
| Favorite Operating System | Nebula | Coder's Corner Lounge | 111 | Nov 2nd, 2005 1:33 PM |
| PHP system commands | ktsirig | PHP | 6 | Oct 4th, 2005 2:24 AM |