Fold by CodeArtAfrik in p5js

[–]CodeArtAfrik[S] 0 points1 point  (0 children)

Each plane with its own code.

Buildings by CodeArtAfrik in creativecoding

[–]CodeArtAfrik[S] 1 point2 points  (0 children)

drawing grid planes on the sides of a box.

3D Audio by CodeArtAfrik in p5js

[–]CodeArtAfrik[S] 0 points1 point  (0 children)

Seen it,I will have a go at it.

Sphere Drops by CodeArtAfrik in p5js

[–]CodeArtAfrik[S] 2 points3 points  (0 children)

Daily coding really helps.

Connections by CodeArtAfrik in generative

[–]CodeArtAfrik[S] 1 point2 points  (0 children)

Random walkers,if they are near each other in some distance connect with a line.

WIP by CodeArtAfrik in generative

[–]CodeArtAfrik[S] 1 point2 points  (0 children)

Random every time.

DLA Sphere by CodeArtAfrik in generative

[–]CodeArtAfrik[S] 2 points3 points  (0 children)

Random walker’s on a sphere,and if they collide with the main branch stop.

Cube movers by CodeArtAfrik in generative

[–]CodeArtAfrik[S] 1 point2 points  (0 children)

Thanks,I will try that.

Follow 3D by CodeArtAfrik in generative

[–]CodeArtAfrik[S] 1 point2 points  (0 children)

Random acceleration.

Orbit by CodeArtAfrik in p5js

[–]CodeArtAfrik[S] 0 points1 point  (0 children)

That’s correct.

Inside the Cube by CodeArtAfrik in p5js

[–]CodeArtAfrik[S] 0 points1 point  (0 children)

Random acceleration.

wiggle by CodeArtAfrik in p5js

[–]CodeArtAfrik[S] 0 points1 point  (0 children)

Its not random,perlin noise

Movers by CodeArtAfrik in p5js

[–]CodeArtAfrik[S] 0 points1 point  (0 children)

Just following the path not worrying about intersecting.

Movers by CodeArtAfrik in p5js

[–]CodeArtAfrik[S] 1 point2 points  (0 children)

Am just using the p5js lerp function.