Author Topic: Darwine  (Read 1243 times)

M51DPS

  • VIP
  • Member
  • ***
  • Posts: 608
  • Kudos: 30
Darwine
« on: 12 February 2006, 04:36 »
What do people think about it? The 0.9.7 Developer Preview has recently been released, and it's popularity will probably take off very soon. Will it convert more people to Macintosh? Will it provide less incentive to create native programs?

For those not familiar, Darwine is a port of Wine (Wine Is Not an Emulator) to Mac OS X. It works by translating the Win32 API's, rather than an processor. In order to run on PPC systems instead of Intel based ones, it uses an emulator called QEMU in conjunction with Wine.

cymon

  • Member
  • **
  • Posts: 354
  • Kudos: 172
Re: Darwine
« Reply #1 on: 12 February 2006, 05:13 »
It'll also be slower than a third grader in Calc II Honors and will continue the great Wine tradition of not working with certain apps.

Orethrius

  • Member
  • **
  • Posts: 1,783
  • Kudos: 982
Re: Darwine
« Reply #2 on: 12 February 2006, 07:09 »
Quote from: cymon
It'll also be slower than a third grader in Calc II Honors and will continue the great Wine tradition of not working with certain apps.

 That is, considering that ANY layer between native-architecture APIs is going to slow the system down somewhat (ever see a bilingual translator tell someone who speaks English what someone is saying in Japanese, in realtime?  Didn't think so...) and is unlikely to work in every circumstance, particularly where proprietary classes with no open-source equivalents are utilised?

Proudly posted from a Gentoo Linux system.

Quote from: Calum
even if you're renting you've got more rights than if you're using windows.

System Vitals

Aloone_Jonez

  • Administrator
  • Member
  • ***
  • Posts: 4,090
  • Kudos: 954
Re: Darwine
« Reply #3 on: 12 February 2006, 13:03 »
It's quite paradoxic how Wine Is Not an Emulator but it requires and emulator to run on PPC.
This is not a Windows help forum, however please do feel free to sign up and agree or disagree with our views on Microsoft.

Oh and FUCKMicrosoft! :fu:

Dark_Me

  • Member
  • **
  • Posts: 302
  • Kudos: 314
Re: Darwine
« Reply #4 on: 12 February 2006, 16:24 »
Quote from: Aloone_Jonez
It's quite paradoxic how Wine Is Not an Emulator but it requires and emulator to run on PPC.
I thought it would have been simple to figure out. WINE is designed to run on x86 arcitecture and therefor needs a emulator to run on PPC arcitecture. Unless API's aren't affected by arcitecture.
Capitalism kicks ass.
-Skyman
If your a selfish, self-centred prick, who is willing to leave half the world in poverty, then yes.
-Kintaro

Aloone_Jonez

  • Administrator
  • Member
  • ***
  • Posts: 4,090
  • Kudos: 954
Re: Darwine
« Reply #5 on: 12 February 2006, 17:51 »
I know.
This is not a Windows help forum, however please do feel free to sign up and agree or disagree with our views on Microsoft.

Oh and FUCKMicrosoft! :fu:

M51DPS

  • VIP
  • Member
  • ***
  • Posts: 608
  • Kudos: 30
Re: Darwine
« Reply #6 on: 13 February 2006, 02:47 »
Quote from: cymon
It'll also be slower than a third grader in Calc II Honors and will continue the great Wine tradition of not working with certain apps.


Granted, it will never be as fast as native applications, but I think it should at least be usable, especially on Intel Macs where QEMU is not needed.

piratePenguin

  • VIP
  • Member
  • ***
  • Posts: 3,027
  • Kudos: 775
    • http://piratepenguin.is-a-geek.com/~declan/
Re: Darwine
« Reply #7 on: 13 February 2006, 02:53 »
Quote from: M51DPS
Granted, it will never be as fast as native applications, but I think it should at least be usable, especially on Intel Macs where QEMU is not needed.
But could you not just use wine on intel macs?
"What you share with the world is what it keeps of you."
 - Noah And The Whale: Give a little love



a poem by my computer, Macintosh Vigilante
Macintosh amends a damned around the requested typewriter. Macintosh urges a scarce design. Macintosh postulates an autobiography. Macintosh tolls the solo variant. Why does a winter audience delay macintosh? The maker tosses macintosh. Beneath female suffers a double scum. How will a rat cube the heavier cricket? Macintosh calls a method. Can macintosh nest opposite the headache? Macintosh ties the wrong fairy. When can macintosh stem the land gang? Female aborts underneath macintosh. Inside macintosh waffles female. Next to macintosh worries a well.

cymon

  • Member
  • **
  • Posts: 354
  • Kudos: 172
Re: Darwine
« Reply #8 on: 13 February 2006, 03:45 »
Quote from: M51DPS
Granted, it will never be as fast as native applications, but I think it should at least be usable, especially on Intel Macs where QEMU is not needed.


I can only hope it's a little faster than QEMU, seeing as how you're not emulating an entire OS, just the x86 machine code for one program. Of course, you wouldn't be able to run anything too CPU intensive in it. However, it does have an option to recompile Windows apps for PowerPC. I wish that people hadn't stopped making PC compatability cards for macs. Sun makes them for their UltraSPARC systems, and while most Macs aren't that upgradeable, you could still have an external unit, if possible.

M51DPS

  • VIP
  • Member
  • ***
  • Posts: 608
  • Kudos: 30
Re: Darwine
« Reply #9 on: 13 February 2006, 21:25 »
Quote from: piratePenguin
But could you not just use wine on intel macs?


Basically, that's what Darwine does on Intel Macs. Because you do not need QEMU, all you are basically getting is Wine compiled and tweaked to work with OS X (or really, to work with Darwin) and (hopefully soon) a Quartz driver so you do not need to use X11.