Programming Interactivity


Book Description

Make cool stuff. If you're a designer or artist without a lot of programming experience, this book will teach you to work with 2D and 3D graphics, sound, physical interaction, and electronic circuitry to create all sorts of interesting and compelling experiences -- online and off. Programming Interactivity explains programming and electrical engineering basics, and introduces three freely available tools created specifically for artists and designers: Processing, a Java-based programming language and environment for building projects on the desktop, Web, or mobile phones Arduino, a system that integrates a microcomputer prototyping board, IDE, and programming language for creating your own hardware and controls OpenFrameworks, a coding framework simplified for designers and artists, using the powerful C++ programming language BTW, you don't have to wait until you finish the book to actually make something. You'll get working code samples you can use right away, along with the background and technical information you need to design, program, build, and troubleshoot your own projects. The cutting edge design techniques and discussions with leading artists and designers will give you the tools and inspiration to let your imagination take flight.




Mastering openFrameworks: Creative Coding Demystified


Book Description

This book gives clear and effective instructions, stuffed with practical examples, to build your own fun, stunning and highly-interactive openFrameworks applications. Each chapter is focused differently and has a new theme to it,This book targets visual artists, designers, programmers and those interested in creative coding by getting started with openFrameworks. This book will help you understand the capabilities of openFrameworks to help you create visually stunning and fully interactive applications. You should have a basic knowledge of object oriented programming, such as C++, Java, Python, ActionScript 3, etc.




The Nature of Code


Book Description

All aboard The Coding Train! This beginner-friendly creative coding tutorial is designed to grow your skills in a fun, hands-on way as you build simulations of real-world phenomena with “The Coding Train” YouTube star Daniel Shiffman. What if you could re-create the awe-inspiring flocking patterns of birds or the hypnotic dance of fireflies—with code? For over a decade, The Nature of Code has empowered countless readers to do just that, bridging the gap between creative expression and programming. This innovative guide by Daniel Shiffman, creator of the beloved Coding Train, welcomes budding and seasoned programmers alike into a world where code meets playful creativity. This JavaScript-based edition of Shiffman’s groundbreaking work gently unfolds the mysteries of the natural world, turning complex topics like genetic algorithms, physics-based simulations, and neural networks into accessible and visually stunning creations. Embark on this extraordinary adventure with projects involving: A physics engine: Simulate the push and pull of gravitational attraction. Flocking birds: Choreograph the mesmerizing dance of a flock. Branching trees: Grow lifelike and organic tree structures. Neural networks: Craft intelligent systems that learn and adapt. Cellular automata: Uncover the magic of self-organizing patterns. Evolutionary algorithms: Play witness to natural selection in your code. Shiffman’s work has transformed thousands of curious minds into creators, breaking down barriers between science, art, and technology, and inviting readers to see code not just as a tool for tasks but as a canvas for boundless creativity. Whether you’re deciphering the elegant patterns of natural phenomena or crafting your own digital ecosystems, Shiffman’s guidance is sure to inform and inspire. The Nature of Code is not just about coding; it’s about looking at the natural world in a new way and letting its wonders inspire your next creation. Dive in and discover the joy of turning code into art—all while mastering coding fundamentals along the way. NOTE: All examples are written with p5.js, a JavaScript library for creative coding, and are available on the book's website.




openFrameworks Essentials


Book Description

If you are a programmer, visual artist, or designer with experience in creative coding, and want to use openFrameworks to create fun, stunning, and interactive applications, this is the book for you. Basic knowledge of programming languages, such as C++, Java, Python, or JavaScript, will be enough to proceed with the book.




Designing Interactive Hypermedia Systems


Book Description

This book aims at exploring and illustrating the different ways in which hypermedia systems and tools are designed according to those aspects. The design and visualization schemes included in any system will be related to the variety of social and technical complexities confronted by researchers in social, communication, humanities, art and design.




Collaboration Meets Interactive Spaces


Book Description

This book explores the technological advances and social interactions between interactive spaces, surfaces and devices, aiming to provide new insights into emerging social protocols that arise from the experimentation and long-term usage of interactive surfaces. This edited volume brings together researchers from around the world who investigate interactive surfaces and interaction techniques within large displays, wearable devices, software development, security and emergency management. Providing both theory and practical case studies, the authors look at current developments and challenges into 3D visualization, large surfaces, the interplay of mobile phone devices and large displays, wearable systems and head mounted displays (HMD’S), remote proxemics and interactive wall displays and how these can be employed throughout the home and work spaces. Collaboration Meets Interactive Spaces is both for researchers and industry practitioners, providing readers with a coherent narrative into the current state-of-the-art within interactive surfaces and pervasive display technology, providing necessary tools and techniques as interactive media increasingly permeates everyday contexts.




The Oxford Handbook of Interactive Audio


Book Description

What does it mean to interact with sound? How does interactivity alter our experience as creators and listeners? What does the future hold for interactive musical and sonic experiences? This book answers these questions with newly-commissioned chapters that explore the full range of interactive audio in games, performance, design, and practice.




Interactive Storytelling


Book Description

This book constitutes the refereed proceedings of the 10th International Conference on Interactive Digital Storytelling, ICIDS 2017, held in Funchal, Madeira, Portugal, in November 2017. The 16 revised full papers and 4 short papers presented were carefully reviewed and selected from 65 submissions. The papers are organized in topical sections on story design, location and generation, history and learning, games, emotion and personality, posters and demos.




Interactivity, Game Creation, Design, Learning, and Innovation


Book Description

This book constitutes the refereed post-conference proceedings of two conferences: The 7th EAI International Conference on ArtsIT, Interactivity and Game Creation (ArtsIT 2018), and the 3rd EAI International Conference on Design, Learning, and Innovation (DLI 2018). Both conferences were hosed in Braga, Portugal, and took place October 24-26, 2018. The 51 revised full papers presented were carefully selected from 106 submissions. ArtsIT , Interactivity and Game Creation is meant to be a place where people in arts, with a keen interest in modern IT technologies, meet with people in IT, having strong ties to art in their works. The event also reflects the advances seen in the open related topics Interactivity (Interaction Design, Virtual Reality, Augmented Reality, Robotics) and Game Creation (Gamification, Leisure Gaming, GamePlay). ArtsIT has been successfully co-located with DLI as the design, learning and innovation frame the world of IT, opening doors into an increasingly playful worlds. So the DLI conference is driven by the belief that tools, techniques and environments can spark and nature a passion for learning, transformation domains such as education, rehabilitation/therapy, work places and cultural institutions.




Meet the Kinect


Book Description

Meet the Kinect introduces the exciting world of volumetric computing using the Microsoft Kinect. You'll learn to write scripts and software enabling the use of the Kinect as an input device. Interact directly with your computer through physical motion. The Kinect will read and track body movements, and is the bridge between the physical reality in which you exist and the virtual world created by your software. Microsoft’s Kinect was released in fall 2010 to become the fastest-selling electronic device ever. For the first time, we have an inexpensive, three-dimensional sensor enabling direct interaction between human and computer, between the physical world and the virtual. The Kinect has been enthusiastically adopted by a growing culture of enthusiasts, who put it to work in creating technology-based art projects, three-dimensional scanners, adaptive devices for sight-impaired individuals, new ways of interacting with PCs, and even profitable business opportunities. Meet the Kinect is the resource to get you started in mastering the Kinect and the exciting possibilities it brings. You’ll learn about the Kinect hardware and what it can do. You’ll install drivers and learn to download and run the growing amount of Kinect software freely available on the Internet. From there, you’ll move into writing code using some of the more popular frameworks and APIs, including the official Microsoft API and the language known as Processing that is popular in the art and creative world. Along the way, you’ll learn principles and terminology. Volumetric computing didn’t begin with the Kinect. The field is decades old—if you’ve ever had an MRI, for example, you have benefitted from volumetric computing technology. Meet the Kinect goes beyond just the one device to impart the principles and terminology underlying the exciting field of volumetric computing that is now wide-open and accessible to the average person.