Windowless GUI

Discussions on more advanced topics such as monolithic vs micro-kernels, transactional memory models, and paging vs segmentation should go here. Use this forum to expand and improve the wiki!
freeman_4520032
Posts: 7
Joined: Sun Jun 15, 2008 2:55 pm
Location: Nebraska
Contact:

What about a gui that went on top of a shell.

Post by freeman_4520032 »

Maybe I'm just being too much of an idealist but, it would be pretty cool to have a gui that was integrate with a standard command line. Basically the root window would be one big shell and everything else just fell on top. Again maybe this is just the fantasy of a deranged student....
CRH
User avatar
suthers
Member
Member
Posts: 672
Joined: Tue Feb 20, 2007 3:00 pm
Location: London UK
Contact:

Re: What about a gui that went on top of a shell.

Post by suthers »

freeman_4520032 wrote:Maybe I'm just being too much of an idealist but, it would be pretty cool to have a gui that was integrate with a standard command line. Basically the root window would be one big shell and everything else just fell on top. Again maybe this is just the fantasy of a deranged student....
Thats perfectly possible except for the problem defining when the command line is 'in focus', though that shoudln't be to hard to fix, just when no others APs are 'on top' the prompt is in focus...
Oh, and welcome :D
Jules
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

Re: What about a gui that went on top of a shell.

Post by lukem95 »

suthers wrote:
freeman_4520032 wrote:Maybe I'm just being too much of an idealist but, it would be pretty cool to have a gui that was integrate with a standard command line. Basically the root window would be one big shell and everything else just fell on top. Again maybe this is just the fantasy of a deranged student....
Thats perfectly possible except for the problem defining when the command line is 'in focus', though that shoudln't be to hard to fix, just when no others APs are 'on top' the prompt is in focus...
Oh, and welcome :D
Jules
or when the mouse is clicked on blank space (i.e. not occupied by another window), then switch focus to the shell. the other windows could be made 50% transparent or something :)

i like this idea, it's quite cool... i may include it as an option in my OS (if you dont mind? and if i get that far, i keep getting sidetracked at the moment)
~ Lukem95 [ Cake ]
Release: 0.08b
Image
freeman_4520032
Posts: 7
Joined: Sun Jun 15, 2008 2:55 pm
Location: Nebraska
Contact:

Re: Windowless GUI

Post by freeman_4520032 »

Go for it, and when you do tell me I'll be more than willing to help debug it.
CRH
PHPnerd
Member
Member
Posts: 34
Joined: Mon Nov 05, 2007 11:15 am
Location: The Netherlands
Contact:

Re: Windowless GUI

Post by PHPnerd »

I often think about a GUI concept that doesn't is like Windows(tm) and Linux. Or text-mode. I think i am not very creative, because i didn't found anything :(
But you're idea is very good i think :D

// PHP
Jinix
souradipm
Posts: 22
Joined: Fri Aug 15, 2008 10:08 am

Re: Windowless GUI

Post by souradipm »

Since you're talking about windows falling on top of a big shell, I assume you mean a desktop-less gui. However, I think a desktop is more appealing to the eye than a dull black shell. But then again, that's just my opinion :P
User avatar
salil_bhagurkar
Member
Member
Posts: 261
Joined: Mon Feb 19, 2007 10:40 am
Location: India

Re: Windowless GUI

Post by salil_bhagurkar »

I find Windows very comfortable. You could have a psychological point of view:

Humans are usually accustomed to viewing partitions or owned spaces are rectangles and not circles or triangles. Viewing spaces owned by applications in form of rectangles, gives a sense of stability to the mind. I cannot explain exactly what this stability is but you could try and imagine an app space that is triangle and you try moving the app here and there... That may be doesn't sound so good.

In addition to this, all monitors are rectangles, and having application spaces, that are not rectangles, would probably disturb the symmetry and the aesthetics of the GUI.

But still, it's high time that somebody comes up with a better GUI that still makes people feel comfortable with it (possible more than M$ windows)
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Re: Windowless GUI

Post by AndrewAPrice »

You could stack hexagon windows neatly...
My OS is Perception.
jal
Member
Member
Posts: 1385
Joined: Wed Oct 31, 2007 9:09 am

Re: Windowless GUI

Post by jal »

MessiahAndrw wrote:You could stack hexagon windows neatly...
Yeah, but the edges of your screen would have to be zigzagging :)


JAL
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Re: Windowless GUI

Post by AJ »

Nice idea - custom-shaped TFT's :)
User avatar
Stevo14
Member
Member
Posts: 179
Joined: Fri Mar 07, 2008 3:40 am
Location: Arad, Romania

Re: Windowless GUI

Post by Stevo14 »

jal wrote:
MessiahAndrw wrote:You could stack hexagon windows neatly...
Yeah, but the edges of your screen would have to be zigzagging :)

JAL
You could make it so that there are two types of containers, they could be called "widgets" and "windows" or whatever. The "widgets" would be triangle shaped and would snap to the edges of the screen filling in the empty spaces around the hexagonal "windows". They could hold little pieces of information suck as the weather, the time, memory usage etc. Like this:
hex_windows.png
User avatar
salil_bhagurkar
Member
Member
Posts: 261
Joined: Mon Feb 19, 2007 10:40 am
Location: India

Re: Windowless GUI

Post by salil_bhagurkar »

=D>

And the name would be:

Benzene

with Carbon of valency 2
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Windowless GUI

Post by Combuster »

Try triangles, you can make them right angled and fill up the space that way without gaps :D
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
freeman_4520032
Posts: 7
Joined: Sun Jun 15, 2008 2:55 pm
Location: Nebraska
Contact:

Re: Windowless GUI

Post by freeman_4520032 »

That's actually a pretty good idea but, how would you code for that.
CRH
User avatar
Stevo14
Member
Member
Posts: 179
Joined: Fri Mar 07, 2008 3:40 am
Location: Arad, Romania

Re: Windowless GUI

Post by Stevo14 »

Combuster wrote:Try triangles, you can make them right angled and fill up the space that way without gaps :D
If you used octagons I think you would end up with right triangles in between. :-k Text would also layout better in an octagon because it has more surface area, although an octagon is just a square with it's corners cut off... :(

What if the "windows" had no straight edges but instead, organically grew outwards from their center until they hit something. Like pockets of cooking oil on the surface of water.
Post Reply