Page 1 of 1

Implementing Gui

Posted: Thu Jul 21, 2005 2:35 pm
by SuperWeiner
Could someone kinly link me to a tutorial or documetn that could explain how to implement a gui in my os?

Re:Implementing Gui

Posted: Thu Jul 21, 2005 2:40 pm
by GLneo

Re:Implementing Gui

Posted: Thu Jul 21, 2005 3:32 pm
by SuperWeiner
I was just to modify my post to mention a tutorial besides that, But thansk so much especially for replyign so fast- But does anyone know of other tutorials?

Re:Implementing Gui

Posted: Fri Jul 22, 2005 12:07 am
by distantvoices
YOu might draw your consideration on this item of our OSFAQ-WIKI

http://www.osdev.org/osfaq2/index.php/O ... eJamesKlik

;-) Stay safe and don't forget about task management, memory management, file systems and all the other niceties osdeving has to offer.

Re:Implementing Gui

Posted: Fri Jul 22, 2005 11:34 am
by SuperWeiner
Thank you that link is very helpfull, I dont feel so much the need anymore but if there are still othe links please dont refrain from postign them

thanks everyone!

Re:Implementing Gui

Posted: Fri Jul 22, 2005 1:54 pm
by bogdanontanu
SolOS also has a nice functional GUI implemented...

http://www.hostileencounter.com/os_main.html
http://www.oby.ro/os/index.html

There are NO tutorials yet ... but you can clearly see the main concepts in the sourcecode. It is all in ASM but pretty easy to understand. Besides tutorials about GUI implementations in OS will be readu soon ;)

Additionally you can ask me personal questions about GUI development ;) even on YM if you so like to

Re:Implementing Gui

Posted: Fri Jul 22, 2005 3:38 pm
by SuperWeiner
Well im thinking of a gui in C, but i am very happy that people are taking the time to help me out-thank you for offering help, i will add and msg you when i am in need of help.

Re:Implementing Gui

Posted: Sat Jul 23, 2005 6:51 am
by Dex4u
The source from xosl, may help, its a multi boot loader with a good GUI, i think is in c++, but it may help ?. http://www2.arnes.si/~fkomar/xosl.org/

Re:Implementing Gui

Posted: Sat Aug 06, 2005 11:33 am
by codemastersnake
Dex4u wrote: The source from xosl, may help, its a multi boot loader with a good GUI, i think is in c++, but it may help ?. http://www2.arnes.si/~fkomar/xosl.org/
Thanks I was looking for that

Re:Implementing Gui

Posted: Sat Aug 06, 2005 6:14 pm
by Tora OS
Dex4u wrote: The source from xosl, may help, its a multi boot loader with a good GUI, i think is in c++, but it may help ?. http://www2.arnes.si/~fkomar/xosl.org/
I have personally found boot loader code to be very useful for various things.

For instance I found it helpful for working on a FAT driver (which i still havent gotten to fully work yet.)