Creating Procedural Artworks with Processing – A Holistic Guide, is for those seeking to learn computer programming from the very basics to the more advanced concepts. It uses the Processing language to visualise the concepts through the production of computer graphics that illustrate the coding principles while being artworks in their own right. This book started as a set of tutorials for university level multimedia students to introduce them to computer programming through the development of artworks. It’s therefore presented in a non-threatening way that will ease the reader into programming.

What is Processing?

Processing is a flexible software sketchbook and a language for learning how to code within the context of the visual arts. Since 2001, Processing has promoted software literacy within the visual arts and visual literacy within technology. There are tens of thousands of students, artists, designers, researchers, and hobbyists who use Processing for learning and prototyping.
Source: Processing.org


Book Structure

The chapters are organized to weave together programming functionality and design principles presenting one concept at a time.

Chapter 1
To Know Thy Computer, explains why computers function the way they do. It presents the fundamental constructs of bits, bytes and binary and demonstrates how computer memory is built and how it is manipulated through code.

Chapter 2
Getting in Shape, examines all the visual components of art from points and lines through to complex shapes by presenting and demonstrating their mathematical basis and teaching the reader to draw these elements onto the screen with code.

Chapter 3
Elementary My Dear Watson, returns to the programming side of the content to take a deeper look at logic and demonstrates how it is one of the most important things a programmer should understand if they are to truly harness the power of the computer.

Chapter 4
Colour My World, investigates colour by holistic means, examining its science, visuality and coding. Colour spaces will be discussed along with the methods for setting colours on the screen. More colour will be included in the Processing drawings by demonstrating how external images can be brought into the program and manipulated for interesting effects.

Chapter 5
Power to the Programmer, introduces higher level programming concepts that really show off the power of coding and demonstrates how with less lines of code the real power of computer processing can be exploited for repetitive tasks. In addition, the reader will learn how to write simple code that draws shapes that can be repetitively drawn and manipulated with small tweaks to create a plethora of images that through randomness never draws the same thing twice.

Chapter 6
Transform My World, examines how the drawing canvas and shapes can be manipulated by moving, scaling and rotation. These concepts allow you to draw the same shape over and over again in different locations and ultimately assist you in creating live animated artworks. Transformations are a powerful concept and the foundation of creating fractals.

Chapter 7
Curves, introduces the drawing and mathematics of curves. As not all objects in the world are constructed with straight lines, this chapter demonstrates how smooth continuous surfaces can be drawn to increase your drawing object palette to include natural structures such as leaves and flowers.

Chapter 8
Fractals, presents the structure of nature and reveals the true beauty of mathematics. Through iteration of transformations and the drawing of shapes it will be revealed how complex geometrical shapes can be generated as well as natural objects that seemingly defy a fixed mathematical formula such as clouds, landscapes and plants.

Chapter 9
Patterns, demonstrates how repetition can be applied to designs to form complex drawings that use the same shape or drawing over and over. Objects such as honeycomb and snowflakes will be examined and broken down into their elementary components to demonstrate how transformations and repetition can be used to construct larger repeating images.

Chapter 10
Images and Text, introduces added functionality available in Processing for the reading in of external files to add interesting features to artworks such as images and text. The use of fonts and text will be explained and their use will feature in several projects including a practical example of producing ASCII art.




About the Author

Dr Penny de Byl is a professor of Interactive Multimedia and Games at Bond University, Australia. Penny has over 20 years teaching and industry experience as a programmer, procedural artist and game developer. She has won numerous national and international teaching awards. She is the author of Holistic Game Development, Programming Believable Game Characters, AI Life: A Star Trek Perspective as well as the sci-fi fictions Lost Souls and Revoked.

Contact the author at holistic3d.com/contact