Category: DAT405 – Creative Coding

This module provides an introduction to programming for digital artists and designers. The syllabus, topics, examples and style of teaching are designed to support interaction, graphics, video, animation, sound, embedded systems and integration with live data sources.


DAT 405 – Week 1 – Processing Programming Language

Today we were introduced to the Processing programming language (http://www.processing.org). Working through six practical tasks, we became familiar with: Declaring variables names and their types e.g. String, int and float Assigning values to variables Performing calculations using mathematical operators e.g. addition and multiplication Outputting to the console, including concatenation Commenting code The final Processing code… Read More »