*************************************
お知らせ:『Google グループ』はじめました
*************************************
ProcessingのPython版「NodeBox」で色々してみたい(゚Д゚)p
矢印
NodeBoxチュートリアルのSpecifics Math あたりにあったarrowを使ってみた。(チュートリアルの内容関係無し)
code
size(300,210) colormode(HSB) background(0.8, 0.7, 0.65) arrow_size = 50 fill(0.25) rotate(45) for y in range(0, HEIGHT, arrow_size * 6/7): rotate(180) for x in range(0, WIDTH, arrow_size * 6/7): rotate(180) arrow(x + arrow_size , y + arrow_size * 1/2, arrow_size)
NodeBoxで遊ぶ時間が...(´・ω・`)