Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3.6k
Add bloom filter example using p5.strands under filter() reference#7983
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:dev-2.0
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I can see you’re updating the reference. A few tips: you’ve added aJS
sketch inshaderGenerator.js
, but you also need to include theYUI docs
as described on the“Contributing to the p5.js reference”
page on the beta site. Here:https://beta.p5js.org/contribute/contributing_to_the_p5js_reference/
To preview how your changes look on the website, follow the“Testing the docs of your fork”
instructions in thescripts.md
in the p5.js-website repo.https://github.com/processing/p5.js-website/blob/main/docs/scripts.md#testing-the-docs-of-your-fork
Let me know if I can help in anything if something finds difficult for you. Thanks for your great work so far onp5.Strands
, really appreciated.
ksen0 commentedSep 16, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Hi@LalitNarayanYadav I wanted to check in here! Thanks so much for all your work with strands; are you still working on this PR? Please ping in the next week (no need to be finished by then, just to confirm you're still on it) - otherwise we can finish it up and implement@perminder-17 's requested changes. Thank you! |
Uh oh!
There was an error while loading.Please reload this page.
This PR adds a minimal example of applying a bloom effect using
p5.strands
insidefilter()
, as discussed in#7898. The code is added right after thep5.Shader.prototype.modify
line inShaderGenerator.js
, keeping it grouped with other strands reference materials.PR Checklist
npm run lint
passes