Skip to content

Latest commit

 

History

History

2021-07-27

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

DAILY SKETCH for 2021-07-27

Done using P5.js

Description

These daily sketches which are meant to be quick explorations on whatever topic interested me on that day. This code is not typically optimized, but I share it as-is for anyone interested.

Progression of Images that were generated.

More Images

2021-07-27

Keywords: complex valued functions, color mapping

Description

For every x,y in the Cartesian plane, have an f(x,y) that yields numeric values. Map these numeric values to a color scale and render. Varying f(x,y) Change the color palette Bringing in log(x) into f(x,y)

Made using P5.js. | Code | Top