Baiyao Lin (talk | contribs) |
Baiyao Lin (talk | contribs) No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 101: | Line 101: | ||
|- | |- | ||
| [[File:class1.png|400px]][[File:class2.png|400px]] | | [[File:class1.png|400px]][[File:class2.png|400px]] | ||
| Practice with class. <br>used class<br><br> [[:File:classproj.pde]][[:File:conte.pde]] | | Practice with class. <br>used loops, class, if statements<br><br> [[:File:classproj.pde]][[:File:conte.pde]] | ||
|- | |- | ||
|} | |} | ||
Line 113: | Line 113: | ||
|- | |- | ||
| [[File:round1.jpg|400px]][[File:round3.jpg|400px]][[File:round4.jpg|400px]][[File:round2.jpg|400px]] | | [[File:round1.jpg|400px]][[File:round3.jpg|400px]][[File:round4.jpg|400px]][[File:round2.jpg|400px]] | ||
| Practice with P3D in previous work. <br><br> [[:File:round.pde]] | | Practice with P3D in previous work. <br>used the P3D renderer in a previous work<br><br> [[:File:round.pde]] | ||
|- | |||
|} | |||
==Algorithm HGP 4 — 18.01.19== | |||
{| border="1" | |||
|- | |||
! style="width: 50%" | Result | |||
! style="width: 50%" | Algorithm | |||
|- | |||
| [[File:letter.jpg|400px]] | |||
| Start the stopwatch on your phone, close your eyes at the same time, try to go through your whole yesterday in your mind, from get up to go to sleep. When finished, open your eyes and stop the time, mark the time as (xx) seconds. Look at the clock, mark the hour number as (yy). Look up the year (yyxx) in the wikipedia, mark down the first event as (s1). <br><br>Go to the street, ask two people you come across, what their names are, when their birthdays are, and what numbers(p1 & p2) they love.<br><br>For the first person, mark first name as (m). Look up the birthday year in the wikipedia, find the birth of this person's same date(take the next one following if none for this date). Mark down the birth's person's job occupation, e.g. French actor, mark actor. Search "actor" in the uni-libray system, find the first book in the list, turn to page "P1", mark down the first sentence as (s2).<br><br>For the second person, search the first name(n) in the library system, find the second book in the list, turn to page (p2), mark down the last sentence as (s3).<br><br>Fill the letter on the right page, with the names and sentences.<br><br>-thx Leon | |||
|- | |- | ||
|} | |} |
Latest revision as of 23:16, 19 January 2019
Algorithm for Humans 1 & Algorithm of Manuel — 19.10.18
Result | Algorithm |
---|---|
1. Superimposed results of the Introductory Algorithm. By executing the algorithm, each participant of the class created a unique personal sign, based on their own name. Introductory Algorithm 2. Executed algorithm of Manuel, called Arccry, inspired by 'Farcry' and the arcs presented. |
Algorithm Practice 1 — 26.10.18
Result | Algorithm |
---|---|
Work of László Moholy-Nagy. used 2D shapes, colors, setup(), draw() Moholy-Nagy.pde |
2D Grid Structure — 2.11.18
Result | Algorithm |
---|---|
Error creating thumbnail: convert convert: Unrecognized option (-layers). Error code: 1
|
2D grid structure with rotate. used grid for loops, pushMatrix(), popMatrix(), translate(), rotate(), sin(), cos() Arc.pde |
Algorithm Practice & HGP 2 — 9.11.18
Result | Algorithm |
---|---|
Practice with array. used arrays, random() inspired by moon pictures File:Float array tryout.pde |
Algorithm Practice & HGP 3 — 16&23.11.18
Result | Algorithm |
---|---|
Practice with noise/cos/matrix. used noise() File:Gridnoise.pde |
Algorithm Practice — 07.12.18
Result | Algorithm |
---|---|
Practice with class. used loops, class, if statements File:classproj.pdeFile:conte.pde |
Algorithm Practice — 14.12.18
Result | Algorithm |
---|---|
Practice with P3D in previous work. used the P3D renderer in a previous work File:round.pde |