Implementing 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
SuperWeiner

Implementing Gui

Post by SuperWeiner »

Could someone kinly link me to a tutorial or documetn that could explain how to implement a gui in my os?
SuperWeiner

Re:Implementing Gui

Post 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?
distantvoices
Member
Member
Posts: 1600
Joined: Wed Oct 18, 2006 11:59 am
Location: Vienna/Austria
Contact:

Re:Implementing Gui

Post 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.
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image
SuperWeiner

Re:Implementing Gui

Post 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!
bogdanontanu

Re:Implementing Gui

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

Re:Implementing Gui

Post 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.
Dex4u

Re:Implementing Gui

Post 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/
codemastersnake

Re:Implementing Gui

Post 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
Tora OS

Re:Implementing Gui

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