processing/p5.js

[2.0 docs] buildGeometry reference should not link to begin/endGeometry

Geschlossen

#8.631 geöffnet am 10.03.2026

 (4 Kommentare) (1 Reaktion) (1 zugewiesene Person)JavaScript (3.178 Forks)batch import
DocumentationGood First IssueHelp Wantedp5.js 2.0+

Repository-Metriken

Stars
 (20.784 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 8T 13h) (45 gemergte PRs in 30 T)

Beschreibung

Most appropriate sub-area of p5.js?

  • Accessibility
  • Color
  • Core/Environment/Rendering
  • Data
  • DOM
  • Events
  • Image
  • IO
  • Math
  • Typography
  • Utilities
  • WebGL
  • Build process
  • Unit testing
  • Internationalization
  • Friendly errors
  • Other (specify if possible)

p5.js version

2.x

Web browser and version

any

Operating system

any

Steps to reproduce this

This is documentation mistake. PR should remove the line with the broken links. Please work with the dev-2.0 branch. (Spotted because of a sketch by @nixxx19, thanks!)

Optionally: add a PR to https://github.com/processing/p5.js-compatibility to make this change more obvious. Right now it's just a small note that buildGeometry is recommended.

Steps:

  1. Navigate to https://beta.p5js.org/reference/p5/buildgeometry/
  2. There are links to beginGeometry and endGeometry, but these go to 404

Contributor Guide