Page 1 of 1

Os GUI

Posted: Mon Sep 06, 2004 9:23 am
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)?

Re:Os GUI

Posted: Mon Sep 06, 2004 10:11 am
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...

Re:Os GUI

Posted: Mon Sep 06, 2004 10:48 am
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

Re:Os GUI

Posted: Mon Sep 06, 2004 1:58 pm
by Olli
YES YES :o Thanks al lot ;D