//=time() ?>
What happens when you mix a robotic canine with another canine? Well, he's "processing" the data right now!
This cutie named Radar belongs to @LeoWolfy who was kind enough to get this piece with me done by @lakemonster2152 who is so good! Thank you to both!
daily dose of code art #10
#dailycodingchallenge #processing #digitalart #python #generativeart #cryptoart #creativecoding #new_media_art
slow walker
from the generative portrait series "alternatives"
#generative #generativeart #generativedesign #genart #digitalart #processing #javascript #openframeworks #creativecoding #espenkluge #katevassgalerie
random processing art while i try to unforget how to code
Dominic Capuano
@DominicCapuano
Bicentennial Beach Ball 1976 Copyright Dominic Capuano 2020
#art #artistsontwitter #generative #generativeart #opart #javascriptart #codeart #calculateart #creativecoding #processing #everyday
Been practicing with lighting and post processing. Still needs some work but getting somewhere.
#polycount #bnpr #madewithunity #gamedev #indiegame
float x,y,i,t,N;
void setup(){size(720,720);}
void draw(){
clear();
t+=.1;
for(y=-180;y<900;y+=60)
for(x=0;x<780;x+=60)
for(i=60;i>0;i-=9)
arc(x+sin(t+(N=noise(x,y-int(9*t/120)*120)*99))*30,y+(9*t)%120+N,i,i/2,-PI/8+i/15+t+N,PI/8+i/15+t+N);
}
#つぶやきProcessing
system initializing with #art #poetry number 58 via #generative #processing sketch
#dailycoding
#Processing
#NOC Exercise.I.7
ランダムウォークの移動距離にnoise()を使用したんだけどただのランダムウォークしてる気が…
色はアジサイみたいで良い
From the author of the acclaimed ROLL WITH IT @jamiesumner_ comes a moving novel about a girl with a sensory processing disorder who has to find her own voice after her whole world turns upside down. #ewgcya @SimonKIDS
色をもう少し詰めたいところ
https://t.co/iC2c77PzRO
#processing #p5js #generativeart #creativecoding
基本的に僕のプロフィール画像はこの3つのどれかなんですけど。
「はるみです。」は直筆だし、この見てるだけでイライラしてくるキャラクターは大学入って最初のProcessingの講義で描画したキャラクターだし、今の画像は誕生日に友人に書いてもらったものです。
I'm still processing emotionz but thank you for such a spectacular stream. You guys really are too kind, thank you. Thank you, @CinderAedus for that raid!!
https://t.co/0DLoqoJJep
this dudes mind......... USING SEPERATE RGB CHANNELS FOR THE LIGHTS? 😩
-
btw for those who don't use blender: the outline method I was using before was a post-processing effect that took like 20-50 seconds per frame, and only showed up after rendering.