Top Banner
シンプル Processing ! 伊藤 祐司 2017/01/28 Creators MeetUp#48
17

シンプル Processing !

Apr 12, 2017

Download

Technology

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: シンプル Processing !

シンプル Processing !

伊藤 祐司 2017/01/28 Creators MeetUp#48

Page 2: シンプル Processing !
Page 3: シンプル Processing !
Page 4: シンプル Processing !
Page 5: シンプル Processing !
Page 6: シンプル Processing !
Page 7: シンプル Processing !

Java Python

JavaScript

Page 8: シンプル Processing !

def setup(): size(640, 480)

Page 9: シンプル Processing !

colorMode(RGB, 256)background(255, 255, 255)

Page 10: シンプル Processing !

def draw(): stroke(255, 0, 0) point(320, 240)

Page 11: シンプル Processing !

line(0, 0, 320, 240)rect(0, 0, 320, 240)ellipse(320, 240, 80, 80)text('hello', 0, 240)

Page 12: シンプル Processing !
Page 13: シンプル Processing !

メディア・アート

Page 14: シンプル Processing !

プロトタイプ

Page 15: シンプル Processing !

プログラミング学習

Page 16: シンプル Processing !

UNLAB

Page 17: シンプル Processing !