Page 1 of 1

GUI

Posted: Fri Mar 12, 2004 7:53 am
by firas981
how I could build simple GUI on my simple os , i.e where i can find GUI library which its internal design is not dependent on another os ....?

thanks

Re:GUI

Posted: Fri Mar 12, 2004 8:52 am
by Pype.Clicker
as the GUI interacts more or less with hardware (mouse and video accesses, for instance), it cannot be 100% hardware-independent ... or it is actually dependent of an Hardware Abstraction Layer that you'll have to mimmic in your OS.

What are you exactly looking for ? a widget toolkit ? a drawing library ? a user-events delivery engine ? ... A GUI is all that ! ...

I would suggest you to google for a GUI atop of SDL or Allegro, and then try to offer an equivalent service in your OS ...

this post is redundant with http://www.mega-tokyo.com/forum/index.p ... eadid=5667 and therefore it will be locked.