Os 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
Olli

Os GUI

Post by Olli »

Is there any C based simple GUI which can be easily tranfer to own operating system (all-in-one .h file or something)?
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:Os GUI

Post by Pype.Clicker »

i'd try crawling http://dmoz.org/Computers/Software/Oper ... /Toolkits/ or looking at some GUI-on-top of SDL/allegro package, but honestly, plug-and-play code to be included straight in your kernel in a single file ...

i doubt it even exists...
uri

Re:Os GUI

Post by uri »

Try DEPUI: http://www.deleveld.dds.nl/depui.htm
A driver for DEPUI can be easily written for any platform provided there are the following functions:
- Graphic mode set
- Putpixel
- Getpixel
- Keyboard pressed and which key it was
- Reading mouse movement
Olli

Re:Os GUI

Post by Olli »

YES YES :o Thanks al lot ;D
Post Reply