Need an app Working Copy and your iCloud/local storage: my iPad
- Create a folder in your iCloud/local storage:
my iPad
, namedmyCodeaRepo
- Copy your Codea project into the folder
myCodeaRepo
- Open the app Working Copy, click the
+
,Setup synced directory
, and select the iCloud foldermyCodeaRepo
- Then you will find your Codea project will be handled as a normal folder, and your can easily access everything in it.
- After editing, commit it, then you can use your Codea to open it.
- Any projects in your Codea you can put them into this folder, 3 benefits:
- Reduce the body of your Codea, it will not need to check all the projects inside itself every startup time, maybe it will start more quickly and be more stable
;
- You can get full version management, etc. rollback to any point you want;
- Your project files won’t lost suddenlly.
Now we can edit glsl file on iPad, and this folder is outside Codea, so if it has any error it won’t destrory the stale of Codea.
Yes, it can be used in this sample Shader Toy sample