Hi
Anybody here has implemented a gui in their own os?
thanks
from Peter
gui
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.
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.
- carbonBased
- Member
- Posts: 382
- Joined: Sat Nov 20, 2004 12:00 am
- Location: Wellesley, Ontario, Canada
- Contact:
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
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
-
- Member
- Posts: 134
- Joined: Thu Aug 18, 2005 11:00 pm
- Location: Sol. Earth. Europe. Romania. Bucuresti
- Contact:
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
-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