Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Wojtek/CreativeCoding: Difference between revisions

From I/M/D Wiki
Wojtek (talk | contribs)
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>"
 
Wojtek (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Creative Coding=
=Creative Coding=


==JavaScript projects==
 
 


===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>
<iframe src="https://editor.p5js.org/wpolak/full/YfpKsk9Bu" width="410" height="450">
<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.

link to the project

Hand mirror

A program that tracks hand movement and assigns a certain string to a certain part of the hand, creating a reflection.

link to the project

Text facemask

A program that creates a face mask where a given word is assigned to a point on the face.

Link to the project

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.

A narrative based on choices made through clicking on hyperlinks.

Hyperlink Narrative