-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on OSX #1
Comments
Unfortunately, I don't have an OSX machine, so I can't compile the executable via Processing. I'll try to bribe someone I know to compile it soon. The current option for OSX users is to download the source code and run it in Processing, using the instructions at the bottom of the readme. |
@ehufsted what are the instructions to compile on MacOS? Also, maybe Github Actions can do automatically? |
I've been using the Processing IDE, rather than another like Eclipse. They've made it easy to compile through their IDE, but only OSX can compile for OSX on it. For compiling in OSX: install Processing, etc as described at the bottom of the readme. Then open HalftonePointsAndLines.pde in Processing. Go to File -> Export Application, check the box next to Mac OS X, and hit Export. |
Thank you! I'll be sure to credit you for compiling the code. I'm working on getting a Mac virtual machine going, but that will take some time still. I should be able to compile future versions, though. |
@ehufsted I verified, the image has to go in the same folder as .app file in order for the app to work. Maybe make a zip with those two files (.app and rhino.jpg) to work correctly? Also, if image is not provided, would be good to let the user choose the image right away... |
@msurguy Thanks so much for checking. I'll do that, and upload it now! That is a good idea, which I'll put in the next version. The fact that the code requires the initial image is a failure point that can be fixed pretty easily. |
Hi everyone! Super excited to try this out, and thanks so much to the creators. Question, when I try to open on Mac, I get an error message that the app can't be opened. I have tried various fixes for this particular error from StackOverflow, etc - and I am failing so far :/ Pointers? Apologies if this question has already been answered elsewhere. If helpful, my OS is BigSur 1.1 Cheers! |
@maxbatt22 this might be because the app isn't signed. You need to follow this guide: https://www.howtogeek.com/205393/gatekeeper-101-why-your-mac-only-allows-apple-approved-software-by-default/#:~:text=To%20open%20an%20unsigned%20app%2C%20you%20need%20to%20right%2Dclick,with%20a%20valid%20developer%20signature. |
What issues are there, getting HP to run on OSX?
The text was updated successfully, but these errors were encountered: