Section D (miscellaneous)

Miscellaneous concepts and topics that are useful and interesting

Section D: Unit #1 the Video

create special effects from a video input from a webcam or other video input device.

Section D: Unit #2 creating and adding a png

create special effects from a video input from a webcam or other video input device.

Section D: Unit #3 Audio

Visualising audio input and using the microphone

Section D: Unit #4 Keyboard and Mouse

Useful bits of code if wanting to interact with the keyboard or mouse

Section D: Unit #5 Date and Time

Pulling the time, date and milliseconds elapsed into a sketch

Section D: Unit #6 DOM and HTML

Using DOM elements such as buttons and sliders

Section D: Unit #7 Local Storage

You can store data in your browser as you go along, this might be useful for games or interactive art work or reinforcement learning.

Section D: Unit #8 Save and Load

Saving data as a .json file, loading data into a sketch

Section D: Unit #9 Higher Level Promises

There are a few additional bits and pieces that cover useful functions like promise, the for/of loop and the arrow functions.