p5.js
p5.js copied to clipboard
p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processin...
### Increasing Access This would increase the speed of projects. ### Most appropriate sub-area of p5.js? - [ ] Accessibility - [ ] Color - [X] Core/Environment/Rendering - [ ]...
### Improve Git commit History **Issue** As of now, the entire p5.js repository does not follow squashing down all of the commits of a PR to one commit and then...
### Increasing access By clarifying how p5.js can be used in various contexts (from a legal standpoint), p5.js users (artists, educators, developers, etc.) could feel more confident and liberated in...
### Increasing Access By improving consistency and making information easier to find, this change will increase access to beginners, as well as to users and contributors with limited free time....
### Increasing Access After the merge of the issue https://github.com/processing/p5.js/pull/6735 I believe addition of a new function, `sphereMappedBackground(img)` with hopefully a better name maybe, to enhance the background rendering in...
Graphics object used as mask results in image that is half the size of the original graphics object
### Most appropriate sub-area of p5.js? - [ ] Accessibility - [ ] Color - [X] Core/Environment/Rendering - [ ] Data - [ ] DOM - [ ] Events -...
### Increasing access Having some symmetry where you can also do: ``` keyIsDown('a'); ``` would be useful for teaching beginners. ### Which types of changes would be made? - [...
### Most appropriate sub-area of p5.js? - [ ] Accessibility - [ ] Color - [ ] Core/Environment/Rendering - [ ] Data - [X] DOM - [ ] Events -...
### Most appropriate sub-area of p5.js? - [ ] Accessibility - [ ] Color - [ ] Core/Environment/Rendering - [ ] Data - [ ] DOM - [ ] Events...
Addresses issue: Use Cubemaps for Light Feature Performance Improvement #6587 Changes to this solution are still in progress. I would love to have suggestions to this . Thank you..! ####...