Page 1 of 1
GUI Library
Posted: Fri Mar 12, 2004 7:58 am
by firas981
how i can port gui to my simple os , i.e Is there GUI library
which is not dependent on another os too much in its internal design ..?
thanks
Re:GUI Library
Posted: Fri Mar 12, 2004 8:21 am
by proxy
first of all, please don't double post, you wont get a faster responce that way...
now on to your answer, the simple answer is there isn't one. All GUI systems at the OS level are going to be strongly tied to the API your OS implements, there is not canned GUI system where you just fill in the blanks and you have windows
So unfortunately, as far as I know, the cut & paste technique won't work here. Do some research and write a GUI system
(I would advice starting with a functional console though, much easier to debug)
proxy
Re:GUI Library
Posted: Fri Mar 12, 2004 8:57 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 Allegro-equivalent service in your OS so that you can port the GUI on it.
Re:GUI Library
Posted: Fri Mar 12, 2004 11:32 am
by ASHLEY4
Try this to get you started
http://rain.prohosting.com/websnarf/gui/
ps: It a slow link some times.
ASHLEY4.
Re:GUI Library
Posted: Fri Mar 12, 2004 11:45 am
by Pype.Clicker
i may be missing some link, but all i could found there is "GUI.EXE" and "README.TXT" ... I hardly see how it could get someone started ?...
Re:GUI Library
Posted: Fri Mar 12, 2004 12:26 pm
by htfc
Re:GUI Library
Posted: Fri Mar 12, 2004 12:27 pm
by firas981
I agree with Pype.Clicker , I have already visited this link and I
I have got just what Pype.Clicker said ,...
about redundant post , in the first post i thought that some error has occured , so i repeated the post ...
so it is not intended .
thanks
Re:GUI Library
Posted: Fri Mar 12, 2004 1:25 pm
by ASHLEY4
Sorry the link usest have the code and tuts with it, the zip now has just gui.exe and readme etc.
I will try to find it from my backup cd's if you want.
ASHLEY4.