Re: Portable GUIs
- Posted by Bernie Ryan <bwryan at PCOM.NET> Dec 06, 1999
- 462 views
I think that there is a distintion between a portable GUI and a portable graphics library. My understanding of a GUI ( graphical user interface ) is to interface to the the user in a form that has the same look and feel no matter what system is being used. The GUI does not have to be a speed demon but must appear and function in the same way on any OS. The GUI of course uses a graphic library but the GUI should be emulated in the graphics library (whether it's portable or not) that is running on that OS. My main point is that if Euphoria needs a portable GUI then the discription and definition of the GUI has to be established. Then it would be easier to emulated a GUI on each OS. Bernie