Caleb Foss
Caleb Foss
[Updated example with v1.10](https://editor.p5js.org/cfoss/sketches/uixVmQxWd) The label now correctly describes the square's position as the bottom right! That's awesome! Unfortunately, the sphere is still not described, and now the label says...
@Forchapeatl, exactly! 3D shape descriptions were never implemented. That's what I was referring to here: > When using WEBGL mode, textOutput() and gridOutput() only produce descriptions of 2D shapes In...
Great plan for a tutorial! Another reference for whoever works on this: I created an example that gives a quick intro to this concept: [Multiple Canvases](https://p5-access.vercel.app/examples/advanced-canvas-rendering-multiple-canvases/)
The [old reference page](https://archive.p5js.org/reference/#p5/p5) includes a much more detailed explanation including a set of examples. Does anyone know why all that content was removed in the new site? I think...
It looks like the old inline documentation still exists here: https://github.com/processing/p5.js/blob/v1.9.4/src/core/structure.js#L959
The correct mask.png file is [here in the example project repo](https://github.com/processing/p5.js-example/blob/main/assets/mask.png). All the old examples were copied into the new website repo and then the files from our example project...
I am seeing a similar issue with the Reference. I do not see a way to trace that writing back to its authors. For the sake of open source contributors...
Thank you for the update, @Qianqianye! In the meantime, I opened #425 to add attribution links to each example's description. This replaces the placeholders I opened in #412. I briefly...
As an example, [here is the snowflakes example on the legacy repo](https://github.com/processing/p5.js-website-legacy/blob/main/src/data/examples/en/09_Simulate/14_SnowflakeParticleSystem.js), [here it is on the legacy site](https://archive.p5js.org/examples/simulate-snowflakes.html), [here is the Attribution-NonCommercial-ShareAlike 4.0 International license displayed below it](https://creativecommons.org/licenses/by-nc-sa/4.0/), and...
> As far as license, there are no license violations because the license holder of the legacy website repo is the Processing Foundation and the same license is used here....