Skip to main content
创作者 CheYuWu
创作者 CheYuWu

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 it in personal or commercial projects such as websites, web apps, and web templates intended for sale. With verified NFT, you can get support from the original artist - Che-Yu Wu (cyw345@nyu.edu) if you need technical support for this piece of code.

var colors = "363636-242f40-cca43b-e5e5e5-ffffff".split("-").map(a=>"#"+a)
var colors2 = "ffcb3d-2b2d42-8d99ae-edf2f4-ef233c-d80032".split("-").map(a=>"#"+a)


// var colors = "ffcb3d-2b2d42-8d99ae-edf2f4-ef233c-d80032".split("-").map(a=>"#"+a)
// var colors2 = "73fbd3-44e5e7-59d2fe-4a8fe7-5c7aff".split("-").map(a=>"#"+a)


var canvasTeaturevar
var imgApple

function preload(){
	canvasTeature =loadImage("canvas.jpeg")
	// imgApple = loadImage("apple.png")
}

function setup() {
	createCanvas(1000,1000);
	background(400);
	// pixelDensity(2)
	fill(0)
	rect(0,0,width,height)
	rectMode(CENTER)
}
function mousePressed(){
	save()
}

function draw() {
	translate(width/2,height/2)
	noStroke()
	fill("#111")
	rect(0,0,width,height)
	push()
		scale(1.2)
		// blendMode(SCREEN)
		for(var o=0;o<8;o++){
			rotate(PI/4)
			
			push()
				scale(sin(i/5+o/5)/20+0.8)	
			
				let useColors = ([colors,colors2][int(o%2)])
				for(var i=0;i<20;i++){
					translate(0,-30)
					rotate(sin(i/((sin(mouseX/20+frameCount/10))/2000+0.1)+frameCount/100)+o/(10+mouseY/10) )
					scale(pow(noise(i,o,frameCount/100),1)*0.5+0.8)
					fill(useColors[i%useColors.length])
					push()
						let useWidth = 50*noise(i,o+5000)+20
						scale(sin(i/5+o/50)/3+0.2)
						rotate(-PI/4*3)
						rect(75,0,noise(i/40,o/40)*500,useWidth,useWidth)
						rotate(PI/4*2 +sin(i/50+o/50))
						rect(75,0,100+noise(i,o)*300,useWidth,useWidth)
					pop()
					for(var k=0;k<10;k++){
						// if (random()<0.1) continue
						let useSize = 10*noise(k,50000)
						let lineLength = 200*noise(k,500000)
						stroke(useColors[k%5])
						let xx = noise(k+frameCount/200)*lineLength,
								yy = noise(k+frameCount/200,5000)*100
						noFill()
						line(0,0,xx,yy)
						noStroke()
						fill(useColors[k%5])
						ellipse(xx,yy,
										useSize,useSize)

					}
					
				}
			pop()
		}
	pop()
	// push()
	// 	imageMode(CENTER)
	// 	image(imgApple,0,0,300,300)
	// pop()
	push()
		blendMode(MULTIPLY)
		image(canvasTeature,-width/2,-height/2)
	pop()
	// ellipse(mouseX, mouseY, 200, 200);
}
Generative Art NFT - Che-Yu Wu collection image

Creative Coding Art Source Code (21 items, Out of Print Collection at 07/20/2021.) Che-Yu Wu is a multidisciplinary new media artist, designer, engineer, and entrepreneur from Taiwan, currently based in New York. With the sensitivity of art and engineering background. He creates generative arts which sampled from nature, physics, modernism art and turn them into algorithmic interactive art machines.

Twitter: https://twitter.com/cheyuwu345 New Media Artist Che-Yu Wu: https://opensea.io/accounts/CheYuWu

类别Art
合约地址0x495f...7b5e
代币ID
代币标准ERC-1155
Ethereum
元数据中心化
创作者收益
10%

210717 Coral Carnival

visibility
275 查看
  • 价格
    美元价格
    数量
    到期
  • 价格
    美元价格
    数量
    地板价差异
    到期
keyboard_arrow_down
  • 销售
  • 转移
事件
价格
日期

210717 Coral Carnival

visibility
275 查看
  • 价格
    美元价格
    数量
    到期
  • 价格
    美元价格
    数量
    地板价差异
    到期
创作者 CheYuWu
创作者 CheYuWu

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 it in personal or commercial projects such as websites, web apps, and web templates intended for sale. With verified NFT, you can get support from the original artist - Che-Yu Wu (cyw345@nyu.edu) if you need technical support for this piece of code.

var colors = "363636-242f40-cca43b-e5e5e5-ffffff".split("-").map(a=>"#"+a)
var colors2 = "ffcb3d-2b2d42-8d99ae-edf2f4-ef233c-d80032".split("-").map(a=>"#"+a)


// var colors = "ffcb3d-2b2d42-8d99ae-edf2f4-ef233c-d80032".split("-").map(a=>"#"+a)
// var colors2 = "73fbd3-44e5e7-59d2fe-4a8fe7-5c7aff".split("-").map(a=>"#"+a)


var canvasTeaturevar
var imgApple

function preload(){
	canvasTeature =loadImage("canvas.jpeg")
	// imgApple = loadImage("apple.png")
}

function setup() {
	createCanvas(1000,1000);
	background(400);
	// pixelDensity(2)
	fill(0)
	rect(0,0,width,height)
	rectMode(CENTER)
}
function mousePressed(){
	save()
}

function draw() {
	translate(width/2,height/2)
	noStroke()
	fill("#111")
	rect(0,0,width,height)
	push()
		scale(1.2)
		// blendMode(SCREEN)
		for(var o=0;o<8;o++){
			rotate(PI/4)
			
			push()
				scale(sin(i/5+o/5)/20+0.8)	
			
				let useColors = ([colors,colors2][int(o%2)])
				for(var i=0;i<20;i++){
					translate(0,-30)
					rotate(sin(i/((sin(mouseX/20+frameCount/10))/2000+0.1)+frameCount/100)+o/(10+mouseY/10) )
					scale(pow(noise(i,o,frameCount/100),1)*0.5+0.8)
					fill(useColors[i%useColors.length])
					push()
						let useWidth = 50*noise(i,o+5000)+20
						scale(sin(i/5+o/50)/3+0.2)
						rotate(-PI/4*3)
						rect(75,0,noise(i/40,o/40)*500,useWidth,useWidth)
						rotate(PI/4*2 +sin(i/50+o/50))
						rect(75,0,100+noise(i,o)*300,useWidth,useWidth)
					pop()
					for(var k=0;k<10;k++){
						// if (random()<0.1) continue
						let useSize = 10*noise(k,50000)
						let lineLength = 200*noise(k,500000)
						stroke(useColors[k%5])
						let xx = noise(k+frameCount/200)*lineLength,
								yy = noise(k+frameCount/200,5000)*100
						noFill()
						line(0,0,xx,yy)
						noStroke()
						fill(useColors[k%5])
						ellipse(xx,yy,
										useSize,useSize)

					}
					
				}
			pop()
		}
	pop()
	// push()
	// 	imageMode(CENTER)
	// 	image(imgApple,0,0,300,300)
	// pop()
	push()
		blendMode(MULTIPLY)
		image(canvasTeature,-width/2,-height/2)
	pop()
	// ellipse(mouseX, mouseY, 200, 200);
}
Generative Art NFT - Che-Yu Wu collection image

Creative Coding Art Source Code (21 items, Out of Print Collection at 07/20/2021.) Che-Yu Wu is a multidisciplinary new media artist, designer, engineer, and entrepreneur from Taiwan, currently based in New York. With the sensitivity of art and engineering background. He creates generative arts which sampled from nature, physics, modernism art and turn them into algorithmic interactive art machines.

Twitter: https://twitter.com/cheyuwu345 New Media Artist Che-Yu Wu: https://opensea.io/accounts/CheYuWu

类别Art
合约地址0x495f...7b5e
代币ID
代币标准ERC-1155
Ethereum
元数据中心化
创作者收益
10%
keyboard_arrow_down
  • 销售
  • 转移
事件
价格
日期