User:Wojtek/CreativeCoding: Difference between revisions
More actions
Created page with "=Creative Coding= ==JavaScript projects== ===First project in p5=== <html> <iframe src="https://editor.p5js.org/wpolak/full/wul4e0YYQ" width="410" height="450"> </html> ===Dynamic autoportrait=== <html> <iframe src="https://editor.p5js.org/wpolak/full/YfpKsk9Bu" width="410" height="450"> </html>" |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| 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 src="https://editor.p5js.org/wpolak/full/wul4e0YYQ" width="410" height="450"></iframe> | ||
</html> | </html> | ||
===Dynamic autoportrait=== | ===Dynamic autoportrait=== | ||
A dynamic portrait made from a collage of photos of my face (and sound effects). | |||
<html> | |||
<iframe src="https://editor.p5js.org/wpolak/full/YfpKsk9Bu" width="300" height="420"></iframe> | |||
</html> | |||
===Interactive poem=== | |||
A poem that tracks the hand movement of a person and assigns a letter to each of the fingers. | |||
<html> | |||
<a href = "https://editor.p5js.org/wpolak/full/MWIgR18Vu"> link to the project</a> | |||
</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> | <html> | ||
< | <a src = "https://editor.p5js.org/wpolak/full/xCH6WLfQx">Link to the project</a> | ||
</html> | </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. Use any button on the keyboard to control the tounge. | |||
<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]] | |||
Latest revision as of 11:14, 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. Use any button on the keyboard to control the tounge.
Hyperlink narrative
A narrative based on choices made through clicking on hyperlinks.