Live data from Hacker News

Schwartz: A Python Shell for Quartz 2D

schwartzapp.com

1–10 of 15 posts

Re: Schwartz: A Python Shell for Quartz 2D

#9
post #5

So only for Macintosh computers, then?

Hi, developer of Schwartz here. Yes, this is a thoroughly Mac-native application, so I won't be able to make it available on Windows.

Aside from the considerable difficulty of finding or developing an implementation of Quartz 2D that would run on windows, the app itself is mostly Cocoa/Objective-C (with a little Python of course). The entire app would have to be re-written from the ground up for Windows.

Re: Schwartz: A Python Shell for Quartz 2D

#10
post #9
post #5

So only for Macintosh computers, then?

Hi, developer of Schwartz here. Yes, this is a thoroughly Mac-native application, so I won't be able to make it available on Windows. Aside from the considerable difficulty of finding or developing an implementation of Quartz 2D that would run on windows, the app itself is mostly Cocoa/Objective-C (with a little Python of course). The entire app would have to be re-written from the ground up for Windows.

Cocotron, a free cross-platform reimplementation of Cocoa, contains an MIT-licensed open source implementation of Quartz called "Onyx":

https://code.google.com/p/cocotron/source/browse/#hg%2FOnyx2...

If you want to run Objective-C code on Windows, there are surprisingly many options these days, as there's also GNUStep... (I'm not saying that your project should have a Windows port, just pointing out the possibility.)

Post reply on HN