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
firas981

GUI

Post 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
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:GUI

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