Creative Coding Art Source Code
As you purchase and own this NFT of interactive Art source code, you are authorized to integrate or build upon in personal or commercial projects such as websites, web apps, and web templates intended for sale. With verified VFT, you can get original support from the original artist - Che-Yu Wu ([email protected]) if you need technical support for this piece of code.
```
var colors = "b4b8ab-153243-284b63-f4f9e9-eef0eb".split("-").map(a=>"#"+a)
var fishColors = "eef0eb-2364aa-3da5d9-73bfb8-fec601-ea7317".split("-").map(a=>"#"+a)
function drawFish(fish){
push()
noStroke()
translate(fish.p.x,fish.p.y)
rotate( fish.v.heading()+PI)
scale(fish.scale || 0....