-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
Create a Basic Feedback Effect for the Examples Page #1228
Comments
Sounds great @aceslowman! Just wondering if this issue will be a better fit in the p5.js-website repo? You might also want to check out the p5.js Website / Translation Stewards Open Call 🎉 processing/p5.js#1220, in which we have a focus area about the example page. |
Great, thank you @Qianqianye, I'll move this to the p5js website repo! Should I close this issue? |
Yes, let's close this one for now. Thanks @aceslowman! |
FWIW I have some feedback examples on this repo, feel free to adapt or use them if they're helpful in any way! https://github.com/aferriss/p5jsShaderExamples/tree/gh-pages/4_image-effects/4-16_video-feedback |
Increasing Access
Texture feedback is a simple and easy to use effect that can sometimes be difficult for newcomers to figure out in a straightforward way. I am proposing a simple example for the website that shows how to create texture feedback without shaders, which will be easy to learn from and extend.
I will be taking on this task myself as part of my work on WebGL examples and documentation for GSOC. Let me know if there is any issue with this!
Most appropriate sub-area of p5.js?
Feature enhancement details
The example will involve creating two buffers, one with simple geometry and another that will hold the previous frame. The result will be a minimal example of feedback applied to the image.
The text was updated successfully, but these errors were encountered: