We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the sketchbook location is inferred from the OS. It could instead be taken from an installation of Processing.
From @Stefterv : Take a look at the getSettingsFolder() functions in the different platforms: https://github.com/processing/processing4/tree/main/app/src/processing/app/platform
The best approach would be to look at the sketchbook.path.four in the prefrences.txt the sketchbook location can be dynamic based on that
If the user wishes to test their new library in Processing, they will need to locally install it by accessing the sketchbook folder.
The current implementation is via OS and testing of folder existence.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature or enhancement
Currently the sketchbook location is inferred from the OS. It could instead be taken from an installation of Processing.
From @Stefterv :
Take a look at the getSettingsFolder() functions in the different platforms: https://github.com/processing/processing4/tree/main/app/src/processing/app/platform
The best approach would be to look at the sketchbook.path.four in the prefrences.txt the sketchbook location can be dynamic based on that
What is the use case?
If the user wishes to test their new library in Processing, they will need to locally install it by accessing the sketchbook folder.
Alternatives considered
The current implementation is via OS and testing of folder existence.
The text was updated successfully, but these errors were encountered: