User:Wojtek/CreativeCoding: Difference between revisions
From I/M/D Wiki
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
=Creative Coding= | =Creative Coding= | ||
===First project in p5=== | ===First project in p5=== | ||
A clickable project made on the first Creative Coding class. | |||
<html> | <html> | ||
<iframe src="https://editor.p5js.org/wpolak/full/wul4e0YYQ" width="410" height="450"></iframe> | <iframe src="https://editor.p5js.org/wpolak/full/wul4e0YYQ" width="410" height="450"></iframe> | ||
| Line 9: | Line 12: | ||
===Dynamic autoportrait=== | ===Dynamic autoportrait=== | ||
A dynamic portrait made from a collage of photos of my face (and sound effects). | |||
<html> | <html> | ||
| Line 15: | Line 19: | ||
===Interactive poem=== | ===Interactive poem=== | ||
A poem that tracks the hand movement of a person and assigns a letter to each of the fingers. | |||
<html> | <html> | ||
<a href = "https://editor.p5js.org/wpolak/full/MWIgR18Vu"> link</a | <a href = "https://editor.p5js.org/wpolak/full/MWIgR18Vu"> link to the project</a> | ||
</html> | </html> | ||
===Hand mirror=== | |||
A program that tracks hand movement and assigns a certain string to a certain part of the hand, creating a reflection. | |||
<html> | |||
<a href = "https://editor.p5js.org/wpolak/full/AWnASKWIx"> link to the project</a> | |||
</html> | |||
==Text facemask== | |||
A program that creates a face mask where a given word is assigned to a point on the face. | |||
<html> | |||
<a src = "https://editor.p5js.org/wpolak/full/xCH6WLfQx">Link to the project</a> | |||
</html> | |||
==One button game (ft. Hester) [wip]== | |||
A one button game. You are a food critique presented with different dishes to taste. The dishes have a timer which lets you decide what to taste. Choose to lick something and find out what happens. | |||
<html> | |||
<iframe src="https://editor.p5js.org/wpolak/full/WDSazSdx7" width="415" height="445"></iframe> | |||
</html> | |||
==Hyperlink narrative== | |||
A narrative based on choices made through clicking on hyperlinks. | |||
[[User:Wojtek/hyperlinkNarrative|Hyperlink Narrative]] | |||
Revision as of 11:13, 23 October 2025
Creative Coding
First project in p5
A clickable project made on the first Creative Coding class.
Dynamic autoportrait
A dynamic portrait made from a collage of photos of my face (and sound effects).
Interactive poem
A poem that tracks the hand movement of a person and assigns a letter to each of the fingers.
Hand mirror
A program that tracks hand movement and assigns a certain string to a certain part of the hand, creating a reflection.
Text facemask
A program that creates a face mask where a given word is assigned to a point on the face.
One button game (ft. Hester) [wip]
A one button game. You are a food critique presented with different dishes to taste. The dishes have a timer which lets you decide what to taste. Choose to lick something and find out what happens.
Hyperlink narrative
A narrative based on choices made through clicking on hyperlinks.