Part I. Introductions

Part I of this book is an introduction not only to writing code and working with hardware, but also to the three tools that you’ll be learning about in this book: Processing, Arduino, and openFrameworks. You’ll learn about writing software in general and about writing code for each of the three platforms in particular. Each of the three platforms approaches the applications that you’ll use to actually write code in a slightly different way, but the general concepts of working with the code are the same across all three. One thing you’ll come to realize as you learn more about programming is that the core concepts of programming are quite similar across a lot of different programming languages. This means that the knowledge you have about Processing, for instance, can help you if you decide to create a project using Arduino. Understanding how these different frameworks are similar will help you leverage your knowledge in one to work with the other. Understanding how they’re different will help you choose the right one for the kind of project that you want to create.

Chapter 1, Introducing Interaction Design, will give you an introduction into what interactive design means and the tools available to build interactivity. In Chapter 2, Programming Basics, you’ll be introduced to the fundamental concepts of programming. There you’ll learn how programming an application works, learn what code really is, see some of the key terminology and concepts, and get ready to ...

Get Programming Interactivity now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.