-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Is there still a need for more p5.shader examples? #6134
Comments
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, please make sure to fill out the inputs in the issue forms. Thank you! |
I think the Mandelbrot example we currently have is in the documentation for One thing I notice with the existing shader examples there is that if they use Also if you are interested in making a new capital-e Example (rather than an example directly in the reference for a function), those live here https://github.com/processing/p5.js-website/tree/main/src/data/examples/en/20_3D in the p5.js-website repo. If you make a PR there, feel free to tag me 🙂 |
Yes, I think having the shader code be visible would be a great idea! Thank you |
Im not entirely sure if its done properly but I have created the pull request for the example |
That's this one right? https://github.com/processing/p5.js-website/pull/1364 I've tagged myself for review in there now, I'll take a look soon! |
yes it is ! im eager to hear back from you |
Increasing Access
As there already is a Mandelbrot set, I would love to work on and provide a webGL example that showcases a Julia set fractal
Most appropriate sub-area of p5.js?
Feature enhancement details
I am asking to see if there is any interest in a webGL live julia set example as there is a Mandelbrot set example. I would love to work on this please let me know as i would love to provide something like this
The text was updated successfully, but these errors were encountered: