Aktionen

Benutzer

Joshua: Unterschied zwischen den Versionen

Aus exmediawiki

 
(23 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 
=== MATERIALTABLEAU ===
 
=== MATERIALTABLEAU ===
 +
==== MATERIALTABLEAU 1 ====
 +
 +
[[Datei:MATERIALTABLEAU1 JOSH.jpg|600px]]
 +
 +
 +
 +
==== MATERIALTABLEAU 2 ====
 +
 +
''Ordered from right to left, top to bottom''
 +
 +
[[Datei:MATERIALTABLEAU2 JOSH.jpg|600px]]
 +
 +
 +
 +
==== MATERIALTABLEAU 3 ====
 +
 +
''Ordered from right to left, top to bottom''
 +
 +
[[Datei:MATERIALTABLEAU3 JOSH.jpg|600px]]
 +
 +
 +
 +
==== MATERIALTABLEAU 4 ====
 +
 +
''Ordered from right to left, top to bottom''
 +
 +
[[Datei:MATERIALTABLEAU4 JOSH.jpg|600px]]
 +
 +
 +
 +
==== MATERIALTABLEAU 5 ====
 +
 +
''Ordered from right to left, top to bottom''
 +
 +
[[Datei:MATERIALTABLEAU5 JOSH.jpg|600px]]
 +
 +
 +
 +
==== MATERIALTABLEAU 6 ====
 +
 +
''Ordered from right to left, top to bottom''
 +
 +
[[Datei:MATERIALTABLEAU6 JOSH.jpg|600px]]
 +
 +
 +
 +
==== MATERIALTABLEAU 7 ====
 +
 +
''Ordered from right to left, top to bottom''
 +
 +
[[Datei:MATERIALTABLEAU7 JOSH.jpg|600px]]
 +
 +
 +
 +
==== MATERIALTABLEAU 8 ====
 +
 +
''Ordered from right to left, top to bottom''
 +
 +
[[Datei:MATERIALTABLEAU8 JOSH.jpg|600px]]
 +
 +
 +
 +
==== MATERIALTABLEAU 9 ====
 +
 +
[[Datei:MATERIALTABLEAU9 JOSH.jpg|600px]]
 +
 +
 +
 +
==== MATERIALTABLEAU 10 ====
 +
 +
[[Datei:MATERIALTABLEAU10 JOSH.jpg|600px]]
 +
 +
 +
 +
==== MATERIALTABLEAU 11 ====
 +
 +
[[Datei:MATERIALTABLEAU11 JOSH.wav|600px]]
 +
 +
 +
 +
==== MATERIALTABLEAU 12 ====
 +
 +
[[Datei:MATERIALTABLEAU12 JOSH.jpg|800px]]
 +
 +
 +
 +
==== MATERIALTABLEAU 13 ====
 +
 +
[[Datei:MATERIALTABLEAU13 JOSH.mp4|800px]]
 +
 +
 +
 +
==== KEY ====
 +
* Materialtableau 1: Intuitively Ordered by Size
 +
* Materialtableau 2: Ordered by Perceived Functionality
 +
* Materialtableau 3: Ordered by Number of Google Search Results
 +
* Materialtableau 4: Ordered by Length (Unfolded)
 +
* Materialtableau 5: Ordered by Length (Folded)
 +
* Materialtableau 6: Ordered Alphabetically
 +
* Materialtableau 7: Ordered According to a Serial Number Generated by Converting Letters into Numbers (Low to High)
 +
* Materialtableau 8: Ordered by Result of Converting Letters into Numbers and Adding Together (Low to High)
 +
* Materialtableau 9: Abstracted to Colour
 +
* Materialtableau 10: Abstracted to Form
 +
* Materialtableau 11: Abstracted to Sound Created Based on Serial Numbers from Materialtableau 7
 +
* Materialtableau 12: Abstracted to Spectrogram Based on Audio from Materialtableau 11
 +
* Materialtableau 13: First Attempt at a 3D Material Sorting System (for more dynamic material relationships)
 +
 +
 +
 +
=== p5.js ===
 +
==== p5 Drawing Tool ====
 +
 +
[[Datei:P5 Drawing Tool.mp4|600px]]
 
<br>
 
<br>
==== MATERIALTABLEAU 1, Intuitively Ordered by Size ====
 
<br>
 
[[Datei:MATERIALTABLEAU1 JOSH.jpg|300px]]
 
<br>
 
==== MATERIALTABLEAU 2, Ordered by Perceived Functionality ====
 
<br>
 
''Ordered from right to left, top to bottom''
 
 
<br>
 
<br>
[[Datei:MATERIALTABLEAU2 JOSH.jpg|600px]]
+
<tt>function setup() {
 +
  createCanvas(600, 600);
 +
  background(220, 230, 210);
 +
  x = 0;
 +
  y = 0;
 +
}
 +
 
 +
 
 +
function draw() {
 +
  noFill();
 +
  if (mouseIsPressed) {
 +
    x = mouseX;
 +
    y = mouseY;
 +
  };
 +
  bezier(mouseX, mouseY, mouseY + 20, mouseX + 20, x + 50, y + 50, x, y);
 +
}</tt>

Aktuelle Version vom 2. März 2021, 15:21 Uhr

MATERIALTABLEAU

MATERIALTABLEAU 1

MATERIALTABLEAU1 JOSH.jpg


MATERIALTABLEAU 2

Ordered from right to left, top to bottom

MATERIALTABLEAU2 JOSH.jpg


MATERIALTABLEAU 3

Ordered from right to left, top to bottom

MATERIALTABLEAU3 JOSH.jpg


MATERIALTABLEAU 4

Ordered from right to left, top to bottom

MATERIALTABLEAU4 JOSH.jpg


MATERIALTABLEAU 5

Ordered from right to left, top to bottom

MATERIALTABLEAU5 JOSH.jpg


MATERIALTABLEAU 6

Ordered from right to left, top to bottom

MATERIALTABLEAU6 JOSH.jpg


MATERIALTABLEAU 7

Ordered from right to left, top to bottom

MATERIALTABLEAU7 JOSH.jpg


MATERIALTABLEAU 8

Ordered from right to left, top to bottom

MATERIALTABLEAU8 JOSH.jpg


MATERIALTABLEAU 9

MATERIALTABLEAU9 JOSH.jpg


MATERIALTABLEAU 10

MATERIALTABLEAU10 JOSH.jpg


MATERIALTABLEAU 11


MATERIALTABLEAU 12

MATERIALTABLEAU12 JOSH.jpg


MATERIALTABLEAU 13


KEY

  • Materialtableau 1: Intuitively Ordered by Size
  • Materialtableau 2: Ordered by Perceived Functionality
  • Materialtableau 3: Ordered by Number of Google Search Results
  • Materialtableau 4: Ordered by Length (Unfolded)
  • Materialtableau 5: Ordered by Length (Folded)
  • Materialtableau 6: Ordered Alphabetically
  • Materialtableau 7: Ordered According to a Serial Number Generated by Converting Letters into Numbers (Low to High)
  • Materialtableau 8: Ordered by Result of Converting Letters into Numbers and Adding Together (Low to High)
  • Materialtableau 9: Abstracted to Colour
  • Materialtableau 10: Abstracted to Form
  • Materialtableau 11: Abstracted to Sound Created Based on Serial Numbers from Materialtableau 7
  • Materialtableau 12: Abstracted to Spectrogram Based on Audio from Materialtableau 11
  • Materialtableau 13: First Attempt at a 3D Material Sorting System (for more dynamic material relationships)


p5.js

p5 Drawing Tool



function setup() {

 createCanvas(600, 600);
 background(220, 230, 210);
 x = 0;
 y = 0;

}


function draw() {

 noFill();
 if (mouseIsPressed) {
   x = mouseX;
   y = mouseY;
 };
 bezier(mouseX, mouseY, mouseY + 20, mouseX + 20, x + 50, y + 50, x, y);

}