background preloader

Vijing

Facebook Twitter

QC Designers - Forum View - Getting started with Quartz Composer. QC Designers - Just Released! jQC 0.8 - A UI framework for Quartz Composer. 3D | Kineme. Quartz Composer. Quartz Composer | Kosada Incorporated. Posted on Nov 2, 2012 Kosada is developing Vuo, a next-generation visual programming environment. It will enable multimedia artists to create powerful real-time audiovisual projects, data visualizations, and apps — all without writing code. With Vuo, non-programmers will be able to create their own multimedia software for interactive art and music performances, animations, visualizations, games, special effects, museum exhibits, kiosks and other artistic projects.

Rather than writing code in a traditional computer language, the composer will drag and drop building blocks onto a canvas, connecting those blocks with cables to create the composition. Quartz Composer | memo.tv. My Secret Heart is a music and film installation & performance commissioned by Streetwise Opera with music composed by Mira Calix and sound design by David Sheppard. Working with video artists Flat-e, we created a film to accompany the 48 minute performance, as well as versions for an installation and short film.

Streetwise Opera Streetwise Opera are a charity who use music as a tool to help people who have experienced homelessness move forward in their lives. They run a weekly music programme, resident in 10 homeless centres around the country - and also stage an annual production which gives their performers the chance to star in quality shows where there are high-expectations, no compromise and no patronising. The voices you hear in the music, and people you see in the film, are from Streetwise workshops around the UK. 100+ Streetwise performers also sang at the My Secret Heart premiere at the Royal Festival Hall in December 2008. The film Excerpts from the film: Composing with Quartz — Joe Schmitt. May232013 It all started with a Medium post.

Quartz Composer, long rumored to be a favorite tool of Mike Matas' to prototype UIs in, got some quick time in the spotlight when it was mentioned as an essential tool for concepting out Facebook Home. This mention, while pretty casual in the article, actually sparked a lot of interest in Quartz Composer as an interaction design tool. The problem was, there are almost no resources out there to help you get started, and Quartz Composer is notoriously difficult to get started with.

Luckily, Dave O'Brien took it upon himself to rectify the situation. In a serious of wonderful tutorial videos, he walks through the process of how he would make a Facebook Home prototype in QC, and teaches you the basics of how the program works along the way. Being the masochist that I am, I decided to take on learning Quartz Composer myself, and Dave's videos were indispensible. Pixels vs. Keep it DRY The JavaScript Patch That's it!

Miscellaneous Useful Patches. Quartz composer | realtime render. Working with LED screens at Sūpynės earlier this summer was great fun. Mainly because the output is so small pixel-wise and computer crashed only 4 or 5 times over night.. we had made a custom Quartz Composer patch to do masking for the custom LED panels composition. still, you are outputting 800×600 resolution and the black box squeezes it, then outputs 200×100 and sends it to 3 panels. top 25×200; middle 50×200; bottom 25×200. so, with a little math and cropping we wrapped this to simple FX to be used in VDMX with couple layers. right-click-download and change extention to .qtz - i am waiting to use this mapping technique in further experiments, Quartz Composer really helpful this time. i can see how you get hooked on mapping- more ways to get OFF the screen so to say. and some of it in action:

Creando aplicaciones de realidad aumentada con hoppala. Hello World! Processing, un documental sobre un lenguaje de programación para no programadores | Microsiervos (Ordenadores) VDMX Forums • View topic - Converting GLSL shaders for use in Quartz Composer and VDMX. ... -and-vdmx/This tutorial will go through the steps required to take code from the Heroku GLSL sandbox website and get it working in Quartz Composer and VDMX. Go to and select a shader you wish to convert.For this tutorial im going to use Open Quartz Composer with a blank patch then add the following patches.ClearSpriteGLSL Shader 3. Code: Select all 5. 7. 9. Uniform vec2 mouse;uniform vec2 resolution;uniform float time; These match up to our input ports in Quartz Composer.

Uniform float r;uniform float g;uniform float b; This will create 3 values which we will use to control RGB values in the code.Now your Fragment Shader window in Quartz should look like this. 10. /* Basic light color, change it to your likings */vec3 light_color = vec3(0.2, 1.0, 1.0); /* Basic light color, change it to your likings */vec3 light_color = vec3(r, g, b); 11. 13. 4. Web. Architectural projection. ReCode Project. Miguel V. Espada » Archive » Using MadMapper with OpenCv for interactive mappings [Tutorial]

Syphon technology allows to share textures between applications efficiently through the graphic card. We have developed a method to integrate MadMapper together with OpenCv to build real time interactive mappings. We can build applications that record the real world, process the images extracting significant information, and project them back to the world. In this case, MadMapper is used as a middle step not as the front end application. The system architecture is built in OpenFrameworks and it has the following phases: Reads image from a video grabber.Transform the image to a OpenCv texture.Performs the computer vision transformations: filters, thresholds, edge detections, contours finding…Sends image to madMapper through a individual Syphon textureMadMapper adjusts the image to the real world.Receives MadMapper texture through Syphon.Uses the image as playground for an interactive application.Displays the result back, mapped to the real world.

We use IR Kinect camera. Learning the basics of projection mapping - Move Play Create. Projection Mapping has been around for a while, so we decided to see what all the fuss is about and create a small installation for an open house at SidLee Toronto. As most of our projects, it started out with a small prototype, to help us wrap our heads around the tech and creative alley ways we could take. In this post, we’ll try to describe our journey, and hopefully it’ll be of assistance to whoever is trying to have some fun with projections for the first time.

The idea for the prototype was to create a pyramid-like sculpture, that we will project sound-reactive visuals onto. The visuals will be embracing the form and structure of the sculpture, in this case, triangles. Let’s tesselate. 1. 2. 3. 4. First you will need to download the following things:Processing. Mad Mapper. Processing You can find the code for this experiment here. Triangle - a class that describes each of 24 triangular surfaces of the sculpture. To get the example working, launch the Processing sketch. Mad Mapper. Lisso.me - En promenade… Unit Editions — Home. Kubrick 2001: The space odyssey explained. Paper.js — Paper.js. Design of Signage System - Theory, Applications, and Workshop. Project 3: Antialiasing, Subsampling, Supersampling and the Frequency Domain. Carlos Eduardo Scheidegger cscheid@cs.utah.edu UID: 00454219 Abstract: In this project, I investigated techniques for antialiasing for image subsampling.

I also analyzed their behavior, especially in the frequency domain. Finally, I also analyzed and investigated interpolating supersampling filters for increasing the spatial resolution of an image. We denote the Fourier Transform pair by and the power spectrum by We will use the power spectrum to visualize the frequency domain of both images and filters. . , the logarithm might not compress the dynamic range as we intended to. . , but . Computers are eminently discrete computing devices, and so sampling a continuous function is an inevitable step in any digital signal processing application.

We model sampling as a multiplication of the original sequence by an infinite sequence of impulses. The Shah function has several interesting properties. This model allows us to accurately talk about the impacts of sampling in the original image. And . The R. Quartz Composer Help. TUIO-Client Plugin for Quartz Composer: Lion 64-bit compile. Tonight I made a 64-bit compile of the TUIO-Client Plugin for Quartz Composer. I messed around with the Kinect-Plugin for Quartz Composer and discovered the TUIO-multitouch and gesture protocol, which looks really promising. The protocol support really a lot of common creative coding software.

The binary of the TUIO-Client Plugin for Quartz Composer I downloaded from the TUIO-site did not launch in my Quartz Composer on OS-X Lion. The problem actually seems, that it was compiled for an older version of Mac OSX and Quartz had problems in actually loading and/or finding the path. Now I freshly compiled the source for 64-bit Mac OS-X machines and put it into the “right” plugin directory for Quartz Composer on Lion. /Library/Graphics/Quartz Composer Plug-Ins. And here is the binary: Download TuioClient-Lion-64bit. Minuek. Quartz. VJ Union Australia - Embracing Love and Creativity For Us All. Splash | Real Time, Audio Reactive, Visual Synth. 3DJ - Andreas Koller. The realtime 3D-scan of the DJ is manipulated into abstract graphics. The depth data was aquired with a Kinect and parameterized with a MIDI-controller. Created with Processing. Using toxiclibs, Processing Kinect library by Dan Shiffman, PeasyCam, promidi and FullScreen API as well as code from examples from Generative Gestaltung.

Commissioned by sound:frame. Pdf-mags.com - find fresh & free inspirational PDF magazines. Justin Harder. Warp Patch for Quartz Composer. Intended primarily for fulldome projection using a spherical mirrorAlso used as a navigable movie playerModelled after the warpplayer application Written by Christopher Wright @ Kineme Design by Paul Bourke The Quartz Composer patch discussed here warps an image (or movie) in an arbitrary way as specified by a user generated mesh stored in a simple text file.

There are many potential applications for this but the motivation for this capability arose from a very precise requirement, namely the warping of images for projection into immersive spaces by using a projector and a spherical mirror. This document assumes the reader is familiar with the topics listed above, namely the use of a spherical mirror as a low cost single projector solution for immersive displays. In all the above applications an image is warped (distorted) using a regular mesh consisting of vertex coordinates (x,y), texture coordinates (u,v) and an intensity mapping (i). Description of inputs Examples Fisheye Spherical Planar. Cybero productions.

TUIO. Xtuio - Home || NEWS I ABOUT US I CONTACT. Quartz Composer | LoopNeo Blog. Interactive Art & Computational Design / Spring 2011. Media Art Net | Homepage. Jeff Russell's STARSHIP DIMENSIONS. QcOSC. Description The plug-in was created because there seems to be a problem with the built-in OSC receiver in QC in that it sometimes outputs 0’s instead of the last received numeric value, causing something best described as “stuttering” when used for visual output.

Additionally the plug-in automatically creates its outlets when receiving messages and advertises its input port via Zeroconf (otherwise know as Bonjour in Apple-land.) Installation Put the plug-in file (qcOSC.plugin) in either of these directories: ~/Library/Graphics/Quartz Composer Plug-Ins/Library/Graphics/Quartz Composer Plug-Ins Usage Drag a qcOSC instance into your composition Open the "Patch Inspector", go to Settingsand enter a Port number for the plugin to listen on Send OSC messages Enjoy. Control. Tutorial – how to create your own widgets Control user boblemarin, who is the author of the impressive Sprite3D javascript library, has made a couple of interesting new widgets. The first is a circle sliced into triangles; each segment can be used to trigger, for example, slices of a loop.

He made a short demo video of two of these widgets doing exactly that: He also has an interface using particles that are generated by touch and send out note messages whenever they bounce off the walls of the interface. Particle interfaceSlice triggering interface Best of all, he created a tutorial for people who want to make their own widgets. Some love for Control’s open-source brethren Forum member Jetsabel has also made a nice Pure Data patch that explains how to use Control with Pd-extended. For whatever reason, most of the videos / code I’ve posted so far has been geared more towards proprietary software. You can download the script here. Control 1.4 released (iOS) Control 1.4 is released for iOS. VIDEO COPILOT | After Effects Tutorials, Plug-ins and Stock Footage for Post Production Professionals. Software | Swedish VJ Union. I couldn’t have imagined a better start of the year when it comes to software and hardware.

So many good things has been announced and released already. Let’s have a look at some stuff that relates to us visualists. Read more → I’m on OSX but I’m not at all an early adopter when it comes to operating systems. I just upgraded to Lion in June and the next release, Mountain Lion is already here. So is it worth upgrading yet? The subject was brought up in our Facebook group and Mattias Lindberg (Fake Pilot) stated that [...] Read more → I follow the Syphon Twitter feed and noticed a couple of new Syphon apps. Read more → This is what went on in and around our network in June 2012. Read more → These are things that has happened in our network and things I’ve seen in social media the last month. Read more → Beta testers are raving about the Processing app for iOS that will be released within the next few weeks. Read more → Just Add Music has been updated to 2.6.

Read more → Read more → Read more → Liine Blog - Makers of Griid Pro – the Ableton Live iPad & iPhone controller used by professionals. Cursos de SuperCollider en el Centro Multimedia - tallerdeaudio. Cursos-talleres SuperCollider3 Centro Multimedia Tres cursos anuales consecutivos (tres cursos al año) con los niveles 1- principiante, 2- intermedio y 3- proyectos. El objetivo es producir estudiantes que asimilen el lenguaje y puedan, en el tercer curso, desarrollar un proyecto de su autoría con asistencia de los profesores. SuperCollider es una plataforma de programación Open Source enfocada a la síntesis y composición algorítmica. Se puede utilizar en los sistemas Linux, Macintosh y Windows. El Taller de Audio del Centro Multimedia brinda una oferta anual de cursos sobre dicha plataforma, están planteados en 3 niveles: principiantes, medio y producción de proyectos. 1-Curso principiantes Registro de la presentación 2010 2-Curso intermedios registro de la presentación final 2008 3-Proyectos Las clases se imparten de manera pesonalizada abordando los temas que el proyecto de cada alumno requiera.

Documentación de los proyectos de los alumnos por año Material de apoyo synth.rtf bat.rtf FM con Tdef. Rybotron. Vdmx/ iPad lemur sound responsive fx, advanced tutorial (Part 1) Kineme (kineme.net) GLSL Sandbox Gallery. Hibernate - Architecture for spring enterprise web application. Quartz Composer - Synapse for Kinect. Cool Origami Tessellation (Pattern) Tutorial. Pepakura Designer. HOW TO » videomapping.org. Quartz Composer Examples - Tutorial. 2011-08-14 - 救出された項目:onom. LAU Quartz. Crossing the Event Horizon. Uni Weimar: Media. ★ audiocommander. Tutorials. Ellen Allien. Dust Tour. Mapping Festival 2012 - VJ Contest - Day 1 Report. Worldwide Drum and Bass Radio. IRIS. FREE STUFF. Stock Footage for Free. The Open Video Project. SUPERFLEA MEDIA. VJ Software and Mapping 3D Tutorial. Video 3D Mapping. Quartz Composer.