File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed
01_Shapes_And_Color/00_Shape_Primitives
15_Math_And_Physics/03_Smoke_Particle_System Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ oneLineDescription: Draw 2D shapes.
66relatedReference :
77 - en/p5/arc
88 - en/p5/ellipse
9+ remix :
10+ - attributionURL : https://github.com/dkessner
11+ attributionLabel : Darren Kessner
12+ remixURL : https://github.com/processing/p5.js-example
13+ remixLabel : Revised in 2023
914---
1015
1116This program demonstrates the use of the basic shape
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ title: Smoke Particles
55oneLineDescription : Simulate smoke with a particle system.
66featured : true
77remix :
8- - attributionURL : https://github.com/dkessner
9- attributionLabel : Darren Kessner
10- remixURL : https://github.com/processing/p5.js-example
11- remixLabel : Revised in 2023
12- - attributionURL : https://natureofcode.com/book/chapter-4-particle-systems/
13- attributionLabel : Dan Shiffman's example
8+ - attributionURL : https://github.com/dkessner
9+ attributionLabel : Darren Kessner
10+ remixURL : https://github.com/processing/p5.js-example
11+ remixLabel : Revised in 2023
12+ - attributionURL : https://natureofcode.com/book/chapter-4-particle-systems/
13+ attributionLabel : Dan Shiffman's example
1414
1515---
1616
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ const { Content } = await example.render();
8888 <a href = { item .attributionURL } >{ item .attributionLabel } </a >
8989 ) : (
9090 item .attributionName
91- )}
91+ )} .
9292 </>
9393 )}
9494 </>
@@ -99,10 +99,9 @@ const { Content } = await example.render();
9999 <a href = { item .attributionURL } >{ item .attributionLabel } </a >
100100 ) : (
101101 item .attributionName
102- )}
102+ )} .
103103 </>
104104 ) : null }
105- { i < example .data .remix .length - 1 && " ." }
106105 </>
107106))}
108107
You can’t perform that action at this time.
0 commit comments