Worldmaking with Creative Coding

Shunsuke Takawo

Shunsuke Takawo

Creative Coder

Founder of Japan Generative Art Foundation

Associate Professor at Konan Women's University

 

 

 

 

 

 

 

 

                           Engages in Generative Art

My Memories with Figma

Nelson Goodman, Ways of Worldmaking.

Hackett Publishing Company, 1978.

We make versions, and true versions make worlds.

if (myVersion == true) {
    print("TRUE VERSIONS MAKE WORLDS.");
} else {
    print("FALSE VERSIONS DO NOT MAKE WORLDS.");
}
while (myVersion != true) {
    print("Creating a version...");
    if (Math.random() > 1/10000) {
        myVersion = true;
        print("TRUE VERSIONS MAKE WORLDS.");
    } else {
        print("FALSE VERSIONS! Let's keep going!");
    }
}

Ideal

REALITY

 VERSIONS 

MORE VERSIONS...

Creative coding is for people who feel programming is "NOT for me"

easy to challenge

YOUR "SMALL IDEAS"

with creative Coding LIKE THIS! 🙏