vinjn / articles

Everything is possible
8 stars 0 forks source link

Cinder Creative Coding Cookbook - review #12

Open vinjn opened 11 years ago

vinjn commented 11 years ago

Chapter 1,Getting Started, teaches you the fundamentals of creating applications using Cinder.

Chapter2,Preparing for Development, introduces several simple recipes that can be very useful during the development process.

Chapter 3,Using Image Processing Techniques, consists of examples of using image processing techniques implemented in Cinder and using third-party libraries

Chapter 4, Using Multimedia Content, teaches us how to load, manipulate, display, save, and share videos, graphics, and mesh data.

Chapter 5,Building Particle Systems, explains how to create and animate particles using popular and versatile physics algorithms.

Chapter 6, Rendering and Texturing Particle Systems, teaches us how to render and apply textures to our particles in order to make them more appealing.

Chapter 7, Using 2D Graphics, is about how to work and draw with 2D graphics using the OpenGL and built-in Cinder tools.

Chapter 8, Using 3D Graphics, goes through the basics of creating graphics in 3D using OpenGL and some useful wrappers that Cinder includes in some advanced OpenGL features.

Chapter 9, Adding Animation, presents the techniques of animating 2D and 3D objects. We will also introduce Cinder's features in this field such as Timeline and math functions.

Chapter 10, Interacting with the User, creates the graphical objects that react to the user using both mouse and touch interaction. It also teaches us how to create simple graphical interfaces that have their own events for greater flexibility, and integrate with the popular physics library Bullet Physics.

Chapter 11, Sensing and Tracking Input from the Camera, explains how to receive and process data from input devices such as a camera or a Microsoft Kinect sensor.

Chapter 12, Using Audio Input and Output, is about generating sound with the examples, where sound is generated on object's collision in physics simulation. We will present examples of visualizing sound with audio reactive animations.

Appendix,Integrating with Bullet Physics,will help us learn how to integrate Bullet Physics library with Cinder. This chapter is available as a downloadable file at: http://www.packtpub.com/sites/ default/files/downloads/Integrating_with_Bullet_Physics.pdf