Schwartz: A Python Shell for Quartz 2D
schwartzapp.com
Schwartz: A Python Shell for Quartz 2D
1–10 of 15 posts
Re: Schwartz: A Python Shell for Quartz 2D
#2We make the exact "reverse" app - PaintCode, which is a drawing app that instantly generates Quartz 2D code (http://www.paintcodeapp.com/).
Re: Schwartz: A Python Shell for Quartz 2D
#3Re: Schwartz: A Python Shell for Quartz 2D
#4Re: Schwartz: A Python Shell for Quartz 2D
#5Re: Schwartz: A Python Shell for Quartz 2D
#6So only for Macintosh computers, then?
Re: Schwartz: A Python Shell for Quartz 2D
#7So only for Macintosh computers, then?
Re: Schwartz: A Python Shell for Quartz 2D
#8https://s3.amazonaws.com/uploads.hipchat.com/1658/151914/evj...
https://s3.amazonaws.com/uploads.hipchat.com/1658/151914/j41...
Re: Schwartz: A Python Shell for Quartz 2D
#9So only for Macintosh computers, then?
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
#10So 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.
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.)