SlideShare ist ein Scribd-Unternehmen logo
1 von 45
Downloaden Sie, um offline zu lesen
Coded
Design
Everlearning
Designer
and the
production exploration teaching
1998 2006
A note on WordPress
Source: W3Techs
No use of CMS
WordPress sites
0,00
10,00
20,00
30,00
40,00
50,00
60,00
70,00
80,00
90,00
2011 2012 2013 2014 2015 2016 2017 2018 2019
Top 10 million websites
Source: YouTube
https://www.youtube.com/watch?v=YrERmaDZNl0
Design
Intentional change for a desired end
User Experience
Digital Design
Motion Design
Coded Design
Interactive Design
language
of form
order
variety
symmetry
contrast
balance
tension
light
shade
color
shape
space
texture
scale
Graphic design is the process of visual
communication and problem-solving
through the use of typography,
photography and illustration.
language
motion
Source: Jorge Roland Canedo Estrada and Google
a subset of graphic design in that it uses graphic
design principles in a filmmaking or video
production context (or other temporally evolving
visual medium) through the use of animation or
filmic techniques.
Source: Ordinary Folk
https://vimeo.com/316840817
language
code
object
state
memory
variable
function
condition
repetition
variation
creating
deleting
sensing
acting
transforming
Coded Design is the process of using code and
algorithms as the primary means to explore
and solve communication problems.
fill(192, 0, 0);
ellipse(0, 0, 60, 60);
presentation promise
let numCircles = 5;
let count;
let x = 50, y = 100;
for (count = 0; count < numCircles; count++) {
fill(192, 0, 0);
ellipse(x * count, y, 40, 40);
}
presentation promise
var ctx = createCanvas("canvas1");
var sample_size = 50;
function draw(){
ctx.drawImage(video, 0, 0, w, h);
var data = ctx.getImageData(0, 0, w, h).data;
for (var y = 0; y < h; y+= sample_size) {
for (var x = 0; x < w; x+= sample_size) {
var pos = (x + y * w) * 4;
var r = data[pos];
var g = data[pos+1];
var b = data[pos+2];
ctx.fillStyle = rgb(r, g, b);
ctx.fillRect(x, y, sample_size, sample_size);
}
}
}
presentation promise
Selected
domains
Identities
Generative Design
Infographics
Motion Design
Digital Experiences
Gaming
Intelligent Design
https://studiodumbar.com/work/jeugdfonds-sport-cultuur
https://www.behance.net/gallery/6701
015/Flow-Csoport-Dynamic-Identity
Selected
domains
Identities
Generative Design
Infographics
Motion Design
Digital Experiences
Gaming
Intelligent Design
Identities
Generative Design
Infographics
Motion Design
Digital Experiences
Gaming
Intelligent Design
an iterative design process that involves a
program that will generate a certain number of
outputs that meet certain constraints. A designer
will fine tune the feasible region by changing
minimal and maximal values, in order to reduce or
augment the number of outputs to choose from.
https://onformative.com/work/actelion-imagery-wizard
https://www.patrik-huebner.com/portfolio-item/schwanensee/
Interactive demo: https://www.patrik-huebner.com/webExperiments/Schwanensee/
Selected
domains
Identities
Generative Design
Infographics
Motion Design
Digital Experiences
Gaming
Intelligent Design
https://rndr.studio/projects/good-government/
http://data-illustrator.com/
Selected
domains
Identities
Generative Design
Infographics
Motion Design
Digital Experiences
Gaming
Intelligent Design
https://vimeo.com/63398483
https://www.youtube.com/watch?v=GXI0l3yqBrA
Selected
domains
Identities
Generative Design
Infographics
Motion Design
Digital Experiences
Gaming
Intelligent Design
http://tangible.media.mit.edu/project/inform/
https://vimeo.com/44338220
Selected
domains
Identities
Generative Design
Infographics
Motion Design
Digital Experiences
Gaming
Intelligent Design
source: Bunchball
Selected
domains
Identities
Generative Design
Infographics
Motion Design
Digital Experiences
Gaming
Intelligent Design
https://www.youtube.com/watch?v=S1OwOd-war8
Everlearning
Designer
“My Best Friend is a person who will give me a book I
have not read.”
— Abraham Lincoln
The
Definition
who learns unceasingly; especially who refuses to
be content with their current level of knowledge,
and always strives to learn more
“You have
to do this
until you
are 70!”
source: WikiMedia
category
mindset
knowledgeset
skillset
toolset
focus
design studies
design practice
design exploration
Harold Nelson &
Erik Stolterman Daniel Fallman
design didactic
Design Study Design Practice Design Exploration
Mindset
Introspection
(aesthetics/ethics)
Character
(conceive and motivate)
Philosophy
(creativity)
Knowledge Set
Build knowledge
(alter or reinforce)
Informing decisions
(reasoning)
Critical questions
(what if …?)
Skillset
Empirical insight
(Transfer)
Materialize design
(knowing hand)
Challenge solution
(inspiration/how might we …?)
Toolset
Defining affordances
(what is this good for)
Utilize skill
(predicted practice)
Change purpose/domain
(abstracting qualities)
Design Study Design Practice Design Exploration
Mindset
Introspection
(aesthetics/ethics)
Character
(conceive and motivate)
Philosophy
(creativity)
Knowledge Set
Build knowledge
(alter or reinforce)
Informing decisions
(reasoning)
Critical questions
(what if …?)
Skillset
Empirical insight
(Transfer)
Materialize design
(knowing hand)
Challenge solution
(inspiration/how might we …?)
Toolset
Defining affordances
(what is this good for)
Utilize skill
(predicted practice)
Change purpose/domain
(abstracting qualities)
programmed unprogrammed
Design Study Design Practice Design Exploration
Mindset
Introspection
(aesthetics/ethics)
Character
(conceive and motivate)
Philosophy
(creativity)
Knowledge Set
Build knowledge
(alter or reinforce)
Informing decisions
(reasoning)
Critical questions
(what if …?)
Skillset
Empirical insight
(Transfer)
Materialize design
(knowing hand)
Challenge solution
(inspiration/how might we …?)
Toolset
Defining affordances
(what is this good for)
Utilize skill
(predicted practice)
Change purpose/domain
(abstracting qualities)
plasticity
plasticity
the ability to see yourself learning
something new as a part of the solution
Design Study Design Practice Design Exploration
Mindset
Introspection
(aesthetics/ethics)
Character
(conceive and motivate)
Philosophy
(creativity)
Knowledge Set
Build knowledge
(alter or reinforce)
Informing decisions
(reasoning)
Critical questions
(what if …?)
Skillset
Empirical insight
(Transfer)
Materialize design
(knowing hand)
Challenge solution
(inspiration/how might we …?)
Toolset
Defining affordances
(what is this good for)
Utilize skill
(predicted practice)
Change purpose/domain
(abstracting qualities)
plasticity
“Compare yourself
to who you were
yesterday, not to
who someone else
is today.”
Coded Design and the Everlearning
Designer sees advantage in
dynamic nature of media
free flow of information
solution space
promises and uncertainty
kv@dmjx.dk
@ockley (Twitter, Instagram)

Weitere ähnliche Inhalte

Ähnlich wie Coded Design and the Everlearning Designer

Tony Parisi (VP Platform, Wevr) The Immersive Web
Tony Parisi (VP Platform, Wevr) The Immersive WebTony Parisi (VP Platform, Wevr) The Immersive Web
Tony Parisi (VP Platform, Wevr) The Immersive Web
AugmentedWorldExpo
 

Ähnlich wie Coded Design and the Everlearning Designer (20)

Keynote: The Immersive web
Keynote: The Immersive webKeynote: The Immersive web
Keynote: The Immersive web
 
Tony Parisi (VP Platform, Wevr) The Immersive Web
Tony Parisi (VP Platform, Wevr) The Immersive WebTony Parisi (VP Platform, Wevr) The Immersive Web
Tony Parisi (VP Platform, Wevr) The Immersive Web
 
Foundations of the Immersive Web
Foundations of the Immersive WebFoundations of the Immersive Web
Foundations of the Immersive Web
 
Mobile Design at Gilt
Mobile Design at GiltMobile Design at Gilt
Mobile Design at Gilt
 
Developing for Google Glass
Developing for Google GlassDeveloping for Google Glass
Developing for Google Glass
 
Designing Mobile AR Applications
Designing Mobile AR ApplicationsDesigning Mobile AR Applications
Designing Mobile AR Applications
 
2014 io summary
2014 io summary2014 io summary
2014 io summary
 
Metodologías de desarrollo de software en Gaming
Metodologías de desarrollo de software en GamingMetodologías de desarrollo de software en Gaming
Metodologías de desarrollo de software en Gaming
 
Workshop on android ui
Workshop on android uiWorkshop on android ui
Workshop on android ui
 
Hybrid solutions for exhibitions stand design
Hybrid solutions for exhibitions stand designHybrid solutions for exhibitions stand design
Hybrid solutions for exhibitions stand design
 
Doaa-VR-lecture1.pdf
Doaa-VR-lecture1.pdfDoaa-VR-lecture1.pdf
Doaa-VR-lecture1.pdf
 
Resume
ResumeResume
Resume
 
Arena career guide 2020 digital format -min
Arena career guide 2020  digital format -minArena career guide 2020  digital format -min
Arena career guide 2020 digital format -min
 
Bipin Pradhan UX & UI Designer
Bipin Pradhan UX & UI DesignerBipin Pradhan UX & UI Designer
Bipin Pradhan UX & UI Designer
 
Resume_java
Resume_javaResume_java
Resume_java
 
Setup for Visualisation & Interactive Prototyping with Unity3D
Setup for Visualisation & Interactive Prototyping with Unity3DSetup for Visualisation & Interactive Prototyping with Unity3D
Setup for Visualisation & Interactive Prototyping with Unity3D
 
Games Industry Adaptive Roadmap CGAT 2017
Games Industry Adaptive Roadmap CGAT 2017Games Industry Adaptive Roadmap CGAT 2017
Games Industry Adaptive Roadmap CGAT 2017
 
Immersive Web
Immersive WebImmersive Web
Immersive Web
 
Mobile Augmented Reality Development Tools
Mobile Augmented Reality Development ToolsMobile Augmented Reality Development Tools
Mobile Augmented Reality Development Tools
 
Anuja pathak (1)
Anuja pathak (1)Anuja pathak (1)
Anuja pathak (1)
 

Kürzlich hochgeladen

Kürzlich hochgeladen (9)

Understanding Poverty: A Community Questionnaire
Understanding Poverty: A Community QuestionnaireUnderstanding Poverty: A Community Questionnaire
Understanding Poverty: A Community Questionnaire
 
Breathing in New Life_ Part 3 05 22 2024.pptx
Breathing in New Life_ Part 3 05 22 2024.pptxBreathing in New Life_ Part 3 05 22 2024.pptx
Breathing in New Life_ Part 3 05 22 2024.pptx
 
Deciding The Topic of our Magazine.pptx.
Deciding The Topic of our Magazine.pptx.Deciding The Topic of our Magazine.pptx.
Deciding The Topic of our Magazine.pptx.
 
DAY 0 8 A Revelation 05-19-2024 PPT.pptx
DAY 0 8 A Revelation 05-19-2024 PPT.pptxDAY 0 8 A Revelation 05-19-2024 PPT.pptx
DAY 0 8 A Revelation 05-19-2024 PPT.pptx
 
ACM CHT Best Inspection Practices Kinben Innovation MIC Slideshare.pdf
ACM CHT Best Inspection Practices Kinben Innovation MIC Slideshare.pdfACM CHT Best Inspection Practices Kinben Innovation MIC Slideshare.pdf
ACM CHT Best Inspection Practices Kinben Innovation MIC Slideshare.pdf
 
Microsoft Fabric Analytics Engineer (DP-600) Exam Dumps 2024.pdf
Microsoft Fabric Analytics Engineer (DP-600) Exam Dumps 2024.pdfMicrosoft Fabric Analytics Engineer (DP-600) Exam Dumps 2024.pdf
Microsoft Fabric Analytics Engineer (DP-600) Exam Dumps 2024.pdf
 
Oracle Database Administration I (1Z0-082) Exam Dumps 2024.pdf
Oracle Database Administration I (1Z0-082) Exam Dumps 2024.pdfOracle Database Administration I (1Z0-082) Exam Dumps 2024.pdf
Oracle Database Administration I (1Z0-082) Exam Dumps 2024.pdf
 
The Influence and Evolution of Mogul Press in Contemporary Public Relations.docx
The Influence and Evolution of Mogul Press in Contemporary Public Relations.docxThe Influence and Evolution of Mogul Press in Contemporary Public Relations.docx
The Influence and Evolution of Mogul Press in Contemporary Public Relations.docx
 
ServiceNow CIS-Discovery Exam Dumps 2024
ServiceNow CIS-Discovery Exam Dumps 2024ServiceNow CIS-Discovery Exam Dumps 2024
ServiceNow CIS-Discovery Exam Dumps 2024
 

Coded Design and the Everlearning Designer