I’ve gotten stuck on the “Testing your setup” section. I CANNOT find the open frameworks root folder (OF_ROOT) for the life of me. I have Xcode 12.5 and the command line tools installed. Is this something I can find via the terminal?
Thank you for the response Theo. I think I understand the concept of root folders I just can’t tell if it installed correctly or not since I can’t find it anywhere. So if I download this zip it would be the root folder? Is that something I could keep on an external drive? Thank you for helping a noob!
If you download that zip, expand it to a folder, you can then put it anywhere on your HD or external drive.
That would then be the root folder for your experiments.
Then you should be able to open the Xcode file for any of the examples.
Or make new projects with the project generator which would make a new project in apps/myApps
Note for the projectGenerator you need to do a weird thing the first time you use it.
First move it to the OF root folder, then back into the projectGenerator/ folder. This is because of Apple’s security which means it can’t access other files.
You’re my hero Theo! Thank you so much! I got it to open and am slowly learning. For some reason or another, I don’t see openframeworks as an option for a scheme. Surely a pebkac error on my part. I’m so excited to learn and create with this!