We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I've never used Mac before and am considering using it for development (at work I may have an option of using one). When it comes to Processing I wondered if the transition would be seamless and if all my old code would work fine?
Any thoughts?
Answers
@Patakk -- a number of regulars on the forum (and I believe some core Processing developers) are Mac users, and it works fine. I've been very happy with Processing on OS X 10.7 - 10.12. Some platform-dependent things you should consider:
/
vs\
)File > Export Application
to Mac or Windows (or Linux). On Windows, you can onlyExport Application
to Windows (or Linux).pixelDensity()
https://processing.org/reference/pixelDensity_.htmllaunch()
orexec()
to run OS level programs then it probably depends on Mac or Windows installed software or shell script / batch files etc. Most sketches do not use launch / exec.