background preloader

Tutorial mapping 1

Tutorial mapping 1

Qualquer objeto se torna sensível ao toque com Touché Interfaces “touch” estão em vários lugares: smartphones, caixas eletrônicos, tablets, totens interativos. Mas se depender da Disney Research e da nova tecnologia apresentada por eles há alguns dias, qualquer objeto pode se tornar sensível ao toque. Inclusive líquidos. (!) Confira no vídeo abaixo como funciona a tecnologia: Video Projection Mapping by battleROYAL.berlin battleROYAL created a major production in celebration of the 125th anniversary of MADSACK Mediengruppe. MADSACK invited the city of Hannover to join them in celebrating their anniversary with an open-air festival and spectacular show event. 50,000 visitors gathered in the heart of the city for an evening of live performance, music, and entertainment. Hosted by Barbara Schöneberger, the stage program featured musical performances by Mousse T & Band, Lukas Rieger, Spax, Michael Schulte, Sarah Lombardi, Lions Head, and Sasha. For the grand finale of the night, battleROYAL developed an innovative show experience combining live performance with advanced mapping and video design. Stunning imagery and powerful music combined with historical facts from MADSACK Mediengruppe wow’d the audience.

Git So, what is Git in a nutshell? This is an important section to absorb, because if you understand what Git is and the fundamentals of how it works, then using Git effectively will probably be much easier for you. As you learn Git, try to clear your mind of the things you may know about other VCSs, such as Subversion and Perforce; doing so will help you avoid subtle confusion when using the tool. Git stores and thinks about information much differently than these other systems, even though the user interface is fairly similar; understanding those differences will help prevent you from becoming confused while using it. Snapshots, Not Differences The major difference between Git and any other VCS (Subversion and friends included) is the way Git thinks about its data. Figure 1-4. Git doesn’t think of or store its data this way. Figure 1-5. This is an important distinction between Git and nearly all other VCSs. Nearly Every Operation Is Local Git Has Integrity Git Generally Only Adds Data

Related: