Page 1 of 1

gui

Posted: Thu Jun 22, 2006 8:34 am
by mcheung63
Hi
Anybody here has implemented a gui in their own os?
thanks
from Peter

Posted: Thu Jun 22, 2006 2:36 pm
by Dex
I have implemented a gui based on the xbox, not windows in my OS
http://www.dex4u.com/gui.htm
I have also implemented, code for making window, if programs want to in my OS.
http://www.dex4u.com/images/DexGui.jpg
The windowing code is made as a include file for fasm, it has some function that link in to my OS, but these could be modded.

Posted: Thu Jun 22, 2006 6:08 pm
by carbonBased
I developed a GUI years ago ( perhaps a decade, by now...) that ran under Dos or Linux and sported a rudimentary widget interface.

It's available on my website (www.neuraldk.org), although is unsupported -- I don't even know if it'll still compile. The concepts are there, though. And while I'm not huge fan of my code back in those days, it's not specifically horrible ;)

--Jeff

Posted: Fri Jun 23, 2006 10:37 pm
by bontanu
Solar OS has a general purpose GUI with:


-windows in windows in windows
-buttons
-check_box
-list_box
-edit_box
-tree_view
-list_view
-menu / toolbars
-scroll_bars

You can define your own widgets.
Options for autoplace and autosize anchors
Real Translucency, etc

screenshots here: http://www.oby.ro/os/os_screen.htm