2023年5月31日水曜日

A program to distribute points No.1 (点を分布させるプログラムを作った No.1)

 I made a program using Python to change the density of the points.
This program allows to mix different colors.
 

My new tool!! But still in development.

 わたしは点の濃度を変えるプログラムをパイソンを使って作ってみました。このプログラムでは色々な色をミックスすることができます。わたしの新しいツールです。だけど、まだ、開発途中!!

Some examples using program. (プログロムを使った例)

 Uniform-random distribution(一様分布)

100,000 points 1px

 
100,000 points 2px

Triangular distribution (三角分布)

I programmed it to make squares as well. 四角形も作れます。

30,000 points 3px

25,000 points 2px


 

Gaussian distribution (ガウス分布または正規分布)

50,000 points 3px


 

 

0 件のコメント: