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
GUI
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:GUI
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.
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.