File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/data/examples/es/09_Simulate Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * @name Particles
3
- * @description There is a light-weight JavaScript library named
4
- * particle.js which creates a very pleasing particle system .
5
- * This is an attempt to recreate that particle system using p5.js.
6
- * Inspired by Particle.js, contributed by Sagar Arora.
2
+ * @name Partículas
3
+ * @description Hay una biblioteca ligera de JavaScript llamada particle.js
4
+ * que crea un sistema de partículas muy agradable .
5
+ * Este es un intento de recrear ese sistema de partículas usando p5.js.
6
+ * Inspirado en Particle.js, contribuido por Sagar Arora.
7
7
*/
8
8
9
9
@@ -66,4 +66,4 @@ function draw() {
66
66
particles [ i ] . moveParticle ( ) ;
67
67
particles [ i ] . joinParticles ( particles . slice ( i ) ) ;
68
68
}
69
- }
69
+ }
You can’t perform that action at this time.
0 commit comments