gui

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
mcheung63
Member
Member
Posts: 175
Joined: Thu Jun 22, 2006 8:33 am
Location: Hong Kong
Contact:

gui

Post by mcheung63 »

Hi
Anybody here has implemented a gui in their own os?
thanks
from Peter
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post 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.
User avatar
carbonBased
Member
Member
Posts: 382
Joined: Sat Nov 20, 2004 12:00 am
Location: Wellesley, Ontario, Canada
Contact:

Post 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
bontanu
Member
Member
Posts: 134
Joined: Thu Aug 18, 2005 11:00 pm
Location: Sol. Earth. Europe. Romania. Bucuresti
Contact:

Post 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
Post Reply