Skip to content

Commit e428920

Browse files
committed
Examples attribution metadata
1 parent 9ec8a52 commit e428920

File tree

35 files changed

+265
-8
lines changed

35 files changed

+265
-8
lines changed

src/content/examples/en/01_Shapes_And_Color/00_Shape_Primitives/description.mdx

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,22 @@ remix:
1212
attribution:
1313
- name: Darren Kessner
1414
URL: https://github.com/dkessner
15-
- collective:
16-
since: 2024
1715

16+
- description: Created by
17+
18+
attribution:
19+
- name: Caleb Foss
20+
URL: https://github.com/calebfoss
21+
- name: Darren Kessner
22+
URL: https://github.com/dkessner
23+
24+
code:
25+
- label: 2023 code
26+
URL: https://github.com/processing/p5.js-example/tree/main/examples/01_Shapes_And_Color/00_Shape_Primitives
27+
- label: pre-2023 code
28+
URL: https://github.com/processing/p5.js-website-legacy/blob/main/src/data/examples/en/01_Form/01_Shape_Primitives.js
29+
30+
- collectivelyAttributedSince: 2024
1831
---
1932

2033
This program demonstrates the use of the basic shape

src/content/examples/en/01_Shapes_And_Color/01_Color/description.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ remix:
1616

1717
code:
1818
- label: 2023 code
19-
URL: https://github.com/processing/p5.js-example/tree/main/examples/02_Animation_And_Variables/03_Conditions
19+
URL: https://github.com/processing/p5.js-example/tree/main/examples/01_Shapes_And_Color/01_Color
2020

2121
- collectivelyAttributedSince: 2024
2222

src/content/examples/en/02_Animation_And_Variables/01_Animation_With_Events/description.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ remix:
1111
- name: Darren Kessner
1212
URL: https://github.com/dkessner
1313

14+
code:
15+
- label: 2023 code
16+
URL: https://github.com/processing/p5.js-example/tree/main/examples/02_Animation_And_Variables/01_Animation_With_Events
17+
- label: pre-2023 code
18+
URL: https://github.com/processing/p5.js-website-legacy/blob/main/src/data/examples/en/00_Structure/06_Redraw.js
1419
---
1520

1621
This example demonstrates the use of

src/content/examples/en/02_Animation_And_Variables/02_Mobile_Device_Movement/description.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ remix:
1313
- name: Kasey Lichtlyter
1414
URL: https://www.klich.co/
1515

16+
code:
17+
- label: 2023 code
18+
URL: https://github.com/processing/p5.js-example/tree/main/examples/02_Animation_And_Variables/02_Mobile_Device_Movement
19+
- label: pre-2023 code
20+
URL: https://github.com/processing/p5.js-website-legacy/blob/main/src/data/examples/en/35_Mobile/02_Acceleration_Color.js
1621
---
1722

1823
The <a href="https://p5js.org/reference/p5/deviceMoved" target="_blank">deviceMoved()</a>

src/content/examples/en/03_Imported_Media/00_Words/description.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ remix:
1212
- name: Kasey Lichtlyter
1313
URL: https://www.klich.co/
1414

15+
code:
16+
- label: 2023 code
17+
URL: https://github.com/processing/p5.js-example/tree/main/examples/01_Shapes_And_Color/01_Color
18+
- label: pre-2023 code
19+
URL: https://github.com/processing/p5.js-website-legacy/blob/main/src/data/examples/en/19_Typography/01_Words.js
20+
1521
---
1622

1723
The <a href="https://p5js.org/reference/p5/text" target="_blank">text()</a> function is used for inserting text into the canvas.

src/content/examples/en/03_Imported_Media/01_Copy_Image_Data/description.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ remix:
1212
- name: Kasey Lichtlyter
1313
URL: https://www.klich.co/
1414

15+
code:
16+
- label: 2023 code
17+
URL: https://github.com/processing/p5.js-example/tree/main/examples/03_Imported_Media/01_Copy_Image_Data
18+
- label: pre-2023 code
19+
URL: https://github.com/processing/p5.js-website-legacy/blob/main/src/data/examples/en/05_Image/10_Copy_Method.js
20+
1521
---
1622

1723
Using the <a href="https://p5js.org/reference/p5/copy" target="_blank">copy()</a>

src/content/examples/en/03_Imported_Media/02_Alpha_Mask/description.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ remix:
1414
- name: Kasey Lichtlyter
1515
URL: https://www.klich.co/
1616

17+
code:
18+
- label: 2023 code
19+
URL: https://github.com/processing/p5.js-example/tree/main/examples/03_Imported_Media/02_Alpha_Mask
20+
- label: pre-2023 code
21+
URL: https://github.com/processing/p5.js-website-legacy/blob/main/src/data/examples/en/05_Image/03_Alpha_Mask.js
22+
1723
---
1824

1925
Using the

src/content/examples/en/03_Imported_Media/03_Image_Transparency/description.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ remix:
1212
- name: Kasey Lichtlyter
1313
URL: https://www.klich.co/
1414

15+
code:
16+
- label: 2023 code
17+
URL: https://github.com/processing/p5.js-example/tree/main/examples/03_Imported_Media/03_Image_Transparency
18+
- label: pre-2023 code
19+
URL: https://github.com/processing/p5.js-website-legacy/blob/main/src/data/examples/en/05_Image/02_Transparency.js
1520
---
1621

1722
This program overlays one image over another by modifying the

src/content/examples/en/03_Imported_Media/04_Create_Audio/description.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ remix:
1212
- name: Caleb Foss
1313
URL: https://github.com/calebfoss
1414

15+
code:
16+
- label: 2023 code
17+
URL: https://github.com/processing/p5.js-example/tree/main/examples/03_Imported_Media/04_Create_Audio
1518
---
1619

1720
<a href="https://p5js.org/reference/p5/createAudio" target="_blank">createAudio()</a>

src/content/examples/en/03_Imported_Media/05_Video/description.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ remix:
1212
- name: Kasey Lichtlyter
1313
URL: https://www.klich.co/
1414

15+
code:
16+
- label: 2023 code
17+
URL: https://github.com/processing/p5.js-example/tree/main/examples/03_Imported_Media/05_Video
18+
- label: pre-2023 code
19+
URL: https://github.com/processing/p5.js-website-legacy/blob/main/src/data/examples/en/16_Dom/08_Video.js
20+
1521
---
1622

1723
Using the <a href="https://p5js.org/reference/p5/noCanvas" target="_blank">noCanvas()</a>

0 commit comments

Comments
 (0)