To view parent comment, click here.
To read all comments associated with this story, please click here.
"Where are these magical Linux libraries and why haven't they been used to recreate OSX-like fuctionality for Gnome/KDE yet ?
What Linux has at the moment are hacks, alpha code that can look vaguely like what OSX does only slower and less stable. Who wants to build a translation layer on top of that ?"
Ahhh, I see. A Mac zealot.
A Macintosh application might want to draw a window, set up a menu, render some fonts, play a sound, receive a message when the mouse is clicked, detect a keystroke ... stuff like that.
Linux can do all that stuff with its existing libraries. So can Windows too, for that matter, but the internal stuctures of Windows are quite foreign.
Linux is much closer to OSX than Windows is, and it is also much closer than Macintosh snobbery would care to admit.
Ahhh, I see. A Mac zealot.
Don't be gratuitously offensive. I love my mac, but have run lots of different OS's on a lot of different architectures from C64 over Amiga to AIX and Windows and OSX.
A Macintosh application might want to draw a window, set up a menu, render some fonts, play a sound, receive a message when the mouse is clicked, detect a keystroke ... stuff like that.
You seriously underestimate OSX libraries such as coreImage the amount of work it takes to integrate all that functionality and most importantly to get it working well and fast with 100% compatibility.
Also it's a safe bet OSX is more complicated (containing more recent advancements) than the circa 2000 win32 API wine is trying to emulate. And keep in mind Wine had been going since 1993 and has needed 13 years to become what it is now.






Member since:
2005-07-06
You seem to have trouble grasping what a translation layer actually is. What it most decidedly IS NOT is replacement libraries for Quartz, coreImage and coreVideo. Rather, it just translates the calls made by OSX_86 applications to those libraries into equivalent calls to existing Linux libraries.
Where are these magical Linux libraries and why haven't they been used to recreate OSX-like fuctionality for Gnome/KDE yet ?
What Linux has at the moment are hacks, alpha code that can look vaguely like what OSX does only slower and less stable. Who wants to build a translation layer on top of that ?