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

Add "Open in Processing" link to code examples #446

Open
SableRaf opened this issue Feb 20, 2023 · 13 comments · May be fixed by #478
Open

Add "Open in Processing" link to code examples #446

SableRaf opened this issue Feb 20, 2023 · 13 comments · May be fixed by #478

Comments

@SableRaf
Copy link
Collaborator

Problem statement

Currently, to open a Processing example in the Processing Development Environment (PDE), users have to manually copy and paste each tab from the Processing website to the PDE editor. Additionally, they may struggle with missing files if any images, fonts, or other assets are required by the sketch.

Context

With the latest version of Processing (4.2), it is now possible to link to .pdex and .pdez files to run sketches and install libraries immediately in the PDE. However, the examples and reference examples on the Processing website do not yet have this feature.

In a separate issue, we have proposed updating the build process for the Processing website to automatically generate .pdez files for each example. This is the first step towards adding an "Open in Processing Editor" link to all examples on the website.

Proposed solution

To enable users to open Processing examples directly in the PDE editor, we propose adding an "Open in Processing" button next to each example on the Processing website. Clicking the button will automatically launch the example in the PDE.

The button link should use the newly introduced pde:// protocol and be in the format: pde://processing.org/examples/.../myexample.pdez.

We could include a tooltip to indicate that this button will launch the Processing Editor.

Benefits

The "Open in Processing" button will make it easier for users to get started with Processing by removing the manual copying and pasting process. This will save time and reduce the risk of errors when setting up and running examples.

References

@nikhilhvr
Copy link

hey, I want to contribute. I would love to try my hands please guide me on how to get started!!

@SableRaf
Copy link
Collaborator Author

Hello @nikhilhvr and thank you so much for offering to contribute! We appreciate your interest in helping out. The first step in getting started would be to ensure that you can build the website locally. You can find instructions on how to do this here.

If you have any specific questions about the issue or the proposed solution, please don't hesitate to ask. I'm here to help.

@nikhilhvr
Copy link

hello, @SableRaf I am done with the setup website locally. I tried to find the optimal solution to this issue but I didn't see much. Please guide me on how to get started.

@SableRaf
Copy link
Collaborator Author

@nikhilhvr: Great! The idea is to add an Open in Processing button next to the Copy button for each example. Please let me know what specific questions you have an I'll try to assist you.

image

@kaustubh-Joshi1020
Copy link

is this issue is solved?

@SableRaf
Copy link
Collaborator Author

Hi @kaustubh-Joshi1020! I can confirm that this issue is still open. If you have any further questions, please feel free to let us know.

@kaustubh-Joshi1020
Copy link

ok thanks👍

@EshaanAgg
Copy link

@SableRaf I would like to work on this issue. Can you please assign it to me if any other contributors aren't working on it?

@SableRaf
Copy link
Collaborator Author

Hi @EshaanAgg and sorry for the late reply. I have assigned the issue to you. Thanks for looking into this!

@EshaanAgg
Copy link

EshaanAgg commented Apr 28, 2023

Thanks @SableRaf. I have started first creating the .pdez files for the examples as a part of #445.

@SableRaf
Copy link
Collaborator Author

SableRaf commented Jun 27, 2023

Quick update to share my reference technical implementation for the Open in Processing button:

https://sableraf.github.io/testURIscheme/

Notice the tooltip that serves as a fallback in case Processing is not installed.

The UX/UI could certainly be improved (cc @runemadsen). For example, we could also consider having a separate button for downloading the sketch. Consider this a first draft.

Note: support for pde:// on Linux is still pending but this Pull Request should solve the issue: benfry/processing4#696

@AaryaZ
Copy link

AaryaZ commented Aug 23, 2023

@SableRaf I see that the issue is still open. Would like to work on it. I request you to assign me this issue.

@umangutkarsh
Copy link

Hi @SableRaf ,
I'd like to contribute.
If this issue is still open please consider the PR I've made and provide feedback if required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants