Something based on Voronoi in 3D.

6 43

day 3 – polygons.

Voronoi polygons showing the nearest (linear distance) tube station for each point in London.

Data: ©OpenStreetMap contributors
Tool: QGIS

7 22

[5] I had some fun with the dragonfly shaders as well - i made a three way gradient shader for rendering the body while the wings shader use Voronoi noise to generate the patterns

2 31

今日の30分。炎を作ろう、初日。
外側の円の一部だけ。ぜーんぜん進まない/(^o^)\

とりあえず、NoiseとVoronoiとは仲良くしてかなければならないもよう。

明日は多重化かな。ポリゴンを重ねるんじゃなくて、Nodeを重ねる方向で。

2 15

I made a little image filter in unity this morning then ran a few profile pics through it :)

it uses voronoi noise and image color sampling

0 13

Making Link... But in splatoon. This is 100% original and isn't done 100 times before if you search it on google. I refused to make actual textures for the hair and used gradients and a voronoi texture. I'm missing a few belts.

2 9

Making some magic orbs. Haven't done effects before, so just messing around. Not sure if they'll actually fit into this composition. I guess if I give them some shape to match the wind? Its layers of Voronoi and transparency from Facing. Will make fun light

7 40

These mandalas are done with arranging points iteratively following circular patterns and filling with palettes the resulting Voronoi regions



Tutorial with code 👇
https://t.co/b7Z8wDsAKy

10 37

Designs for rose windows of cathedrals using voronoi's tessellations, and a bit of creativity. Tutorial w/code here: https://t.co/b7Z8wDsAKy

18 55

♾ Voronoi Diagrams in 146 bytes

I feel a little dirty for this piece of this code; but it is rather compact 🤷🏾🌿

q={}t=0::_::cls()for i=1,15 do
if(t<1)q[i]=rnd(127)
circfill(q[i],q[i-1],t,i)end
if(t>0)spr(0,0,0,16,16)
t+=1t%=64memcpy(0,24576,8192)flip()goto _

8 100

How Britain Voted 2019

On at
https://t.co/5EfIWDsKIG - also my entry for small multiples!

Thank you for the Voronoi Treemaps tutorial and assistance converting 1 into 1300!

Original voronoi example from

8 55

GJ5MF.htm code and its output. The code can be copied by the viewer and run in a standard web-browser. cotton rag print. Voronoi

0 3

Ever wonder how 's Delaunay Triangulation and Voronoi Tessellation order the polygons in the output matrix? Neither did I. But I did so anyways.

0 1

Having another idea:

1. Voronoi cells!
2. ?
3. Fun! 🤞

0 4

Day07 - Moss - Nodevember-Challenge
This was really cool! Want to get the details right at some time in the future^^" Here some spikey and some knob-like moss. Nodes of the ladder. Basically exchanged some Noise-Nodes with Voronoi😄

2 18

p5.voronoiを用いてボロノイ図を作成する.各セルは画面に配置したフォントの字形からセルの中心の色を取得し,同心円状に線で描画する. https://t.co/r2gXCU4Ysi

5 47