Hello.

I'm Benny.

I work @ panter.

I ❤️ to design.

I ❤️ to code.

Artists.

Software.

Random

Soft random

Reproducibility

seed( 1 )

seed( 2 )

seed( 1 )

$ npm install canvas-sketch-cli -g

$ canvas-sketch sketch.js --new

$ canvas-sketch sketch.js --output=./screenshots/ --open

$ npm install dat.gui

Let's build something.

Take aways

You can use a seed number for reproducibility

You can use perlin noise to create smooth variety

Prefer p5 instance mode for better portability

Use an interface for fast visual feedback 

Links

Questions?

Thank you.

2019 – November

Getting started with creative coding

By Benny Schudel

Getting started with creative coding

  • 641