Skip to content
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

Get sketchbook location from Processing #62

Open
mingness opened this issue Nov 30, 2024 · 0 comments
Open

Get sketchbook location from Processing #62

mingness opened this issue Nov 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mingness
Copy link
Collaborator

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.

@mingness mingness added the enhancement New feature or request label Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant