p5.js-website icon indicating copy to clipboard operation
p5.js-website copied to clipboard

p5.js website built using Node.js, Grunt, YAML and Assemble

Results 336 p5.js-website issues
Sort by recently updated
recently updated
newest added

In our content schemas, it is possible to provide an featured image but no alt text for it. Our schemas hold them separately as in: ```js featuredImage: image().optional(), featuredImageAlt: z.string().optional(),...

Not sure if this was intentional or not so feel free to close this if this was, but I noticed that the preview used to be to the left of...

QA

Just making this metatask to track performance issues and notes. - The HTML for the Reference page is quite large. The text compression on GH Pages server handles this for...

QA

For the homepage, community, and sketches pages we use the sketch thumbnails generated by OpenProcessing. Unfortunately these images are 400 by 400px and I haven't been able to find anything...

This is an attempt to see how feasible something like this would be. The idea is to open a Puppeteer window with the sketch we want to load, set the...

In one of our contributor docs, we have [a diagram rendered with Mermaid](https://github.com/bocoup/p5.js-website/blob/main/src/content/contributor-docs/en/webgl_mode_architecture.mdx#classes) since GitHub is able to render those in its readmes. A writer currently working on the documentation...

One of the bits of info we collected from library authors was NPM info so that we could do things like automatically create a CDN script tag, fetch the license...

In many of the `.mdx` files containing the documentation, the JavaScript code snippets have been marked with the language tag `JavaScript` as follows: ![image](https://github.com/bocoup/p5.js-website/assets/96648934/ec775de6-b960-4e09-ba6f-23df028dfbc4) This tag is incorrect and should...

There were some unexpected issues with how Astro.js handles default routes and relative linking. As a result, we have had to move to handling much of the locale prefixing ourselves....

The syntax section of the reference could be clearer in a few places. ## Methods The reference pages for methods such as [p5.Vector.add()](https://beta.p5js.org/reference/p5.Vector/add/) display the following syntax: ```js add(x, [y],...

Enhancement