User login

RSS Feed

Syndicate content

Recent comments

sources

Syndicate content
Bookmarks in Processing
Updated: 21 min 41 sec ago
From Group:

TimeView : Built with Processing

Wed, 11/12/2008 - 10:37

I think this is displaying Twitter data from election day

Saved By: Processing | View Details | Give Thanks

Tags: , , , , ,

pétaHertz | Plus vite que plus vite

Sun, 10/26/2008 - 13:27

Awesome interactive video installations. Using Max, MSP, Jitter, live video, etc.

Saved By: Processing | View Details | Give Thanks

Tags: , , , , , , , , ,

Tiilt! | toxicsoftware.com

Sat, 10/25/2008 - 18:18

I don’t own a Wii. But as of today I do own a Wii Remote (and a nunchuk). And I’ve had a lot of fun using the Wiimote.framework to hack up this app: Tiilt.mp4 This screencast shows a simple Quartz Composer composition being manipulated by the Wii remote. If there is interest I’ll put the source online.

Saved By: Processing | View Details | Give Thanks

Tags: , , , , , ,

WiiToMidi - Wii Controller to MIDI interface for Mac OS X

Sat, 10/25/2008 - 16:53

WiiToMidi allows you to convert signals from a Nintendo Wii controller to MIDI signals. It is a Cocoa application for Mac OS X and uses the DarwiinRemote WiiRemote framework to decode Wii controller signals. It also supports the Nunchuk controller.

Saved By: Processing | View Details | Give Thanks

Tags: , , , , , ,

Wiimote Whiteboard | uweschmidt.org

Sat, 10/25/2008 - 16:52

This program allows you to use the Wii Remote (Wiimote) to turn any surface into a Low-Cost Interactive Whiteboard. It is based on Johnny Lee's original WiimoteWhiteboard program that is written in C# and available for Windows only. My program uses Java to allow for (some) platform-independence. I also provide a Mac-only version since I'm a Mac user and this is, up to my knowledge, currently the only such program for the Mac.

Saved By: Processing | View Details | Give Thanks

Tags: , , , , , , ,

i.document » Blog Archive » using DarwiinRemote in processing

Sat, 10/25/2008 - 16:23

A decent "helloWorld" app for DarwiinRemote and Processing "i simply modified DarwiinRemote to write out a textfile with the values of the accelerometer and the orientation of the Wiimote. there is an pde in the archive and the modified version of DarwiinRemote in the data folder. start DarwiinRemote, connect the Wiimote and then run the pde."

Saved By: Processing | View Details | Give Thanks

Tags: , , , , , ,

Remote Buddy

Sat, 10/25/2008 - 16:02

Remote Buddy turns the remote control in your hands into a key to your entire Mac®. No matter, whether you want to control applications and presentations, browse and playback your music- and video collection, watch TV with EyeTV, browse the web or your filesystem, make the globe turn in Google™ Earth, enter a text, move the mouse, play games or maybe just change the brightness of your screen - you can do this all with Remote Buddy! And so much more! Costs 20 Euro

Saved By: Processing | View Details | Give Thanks

Tags: , , , , ,

DarwiinRemote

Sat, 10/25/2008 - 15:56

* DarwiinRemote is a tiny software which reads data from and sends data to Nintendo Wii Remote o Inputs + 3-axis acceleration sensors + all buttons except power button on/off o Output + 4 LEDs + Force Feedback * DarwiinRemote allows you to control other applications by using Wii Remote o but now only supports "AppleRemote" mode...

Saved By: Processing | View Details | Give Thanks

Tags: , , , , , , , , , ,

Building Resilient IP Networks - Cisco Press | Free Ebooks Download

Fri, 10/24/2008 - 09:38

Building Resilient IP Networks free download at the best library for free networking ebooks download.

Saved By: Processing | View Details | Give Thanks

Tags: , , , , , , , , , ,

Voice and Video Conferencing Fundamentals - Cisco Press|free ebooks download

Sat, 10/18/2008 - 07:38

Voice and Video Conferencing Fundamentals free download at the best library for multimedia ebooks download.

Saved By: Processing | View Details | Give Thanks

Tags: , , , , , , , , , , , ,

Adobe Creative Suite 3 Web Premium All-in-One Desk Reference For Dummies|free ebooks download

Sat, 10/18/2008 - 07:27

Adobe Creative Suite 3 Web Premium All-in-One Desk Reference For Dummies free download at the best library for free multimedia ebooks download.

Saved By: Processing | View Details | Give Thanks

Tags: , , , , , , , ,

free networking ebooks|free ebooks download

Tue, 10/14/2008 - 02:15

Free ebooks download,The best ebooks library for free ebooks download at ebook-x.com.

Saved By: Processing | View Details | Give Thanks

Tags: , , , , , , ,

The Computer Music Project Software

Fri, 10/03/2008 - 14:13

Nyquist is a sound synthesis and composition language based on a Lisp syntax. Nyquist is an elegant and powerful system based on functional programming.

Saved By: Processing | View Details | Give Thanks

Tags: , , , , , , , ,

Processing 1.0 (BETA)

Wed, 09/17/2008 - 12:40

Processing is an open source programming language and environment for people who want to program images, animation, and interactions. It is used by students, artists, designers, researchers, and hobbyists for learning, prototyping, and production. It is created to teach fundamentals of computer programming within a visual context and to serve as a software sketchbook and professional production tool. Processing is developed by artists and designers as an alternative to proprietary software tools in the same domain.

Saved By: Processing | View Details | Give Thanks

Tags: , , , , , , , , , ,

Hackers and Painters

Wed, 09/17/2008 - 12:40

What hackers and painters have in common is that they're both makers. Along with composers, architects, and writers, what hackers and painters are trying to do is make good things. They're not doing research per se, though if in the course of trying to make good things they discover some new technique, so much the better. ...at the other extreme you have the hackers, who are trying to write interesting software, and for whom computers are just a medium of expression, as concrete is for architects or paint for painters.

Saved By: Processing | View Details | Give Thanks

Tags: , , , , , , , , ,

Create Digital Motion » Processing + iPhone, Via JavaScript, SpiderMonkey, OpenGL ES

Wed, 09/17/2008 - 12:40

the recent port of Processing’s syntax to JavaScript has a lot of potential. Part of the underlying lesson here: platform-independence is cool. So where better to show that off than the iPhone/iPod Touch: a showpiece for Apple’s proprietary, platform-specific goodies. German user mqwaq has ported the Processing.js port to iPhone. But it’s not the iPhone part that makes this so excellent, necessarily. Even cooler: * SpiderMonkey, Mozilla’s C implementation of JavaScript, runs underneath. That allows for greater speed, and – * It doesn’t require a browser to run. And – * The graphics engine is OpenGL ES, the cross-platform 3D spec for mobile/embedded devices. * And then he tweaked the whole thing to make it still faster.

Saved By: Processing | View Details | Give Thanks

Tags: , , , , , , , , ,

John Resig - Processing.js

Wed, 09/17/2008 - 12:39

I've ported the Processing visualization language to JavaScript, using the Canvas element. I've been working on this project, off-and-on now, for the past 7 months - it's been a fun, and quite rewarding, challenge. The full scope of the project can be broken down into two portions: The Processing Language The Processing API

Saved By: Processing | View Details | Give Thanks

Tags: , , , , , ,

John Resig - Algorithmic Ink in JavaScript

Wed, 09/17/2008 - 12:39

port the popular Context Free Art language to JavaScript, using Canvas. Renamed Algorithm Ink the result is a complete way to programmatically generate elegant pieces of artwork. Aza took the result a step further and built an in-browser IDE, gallery, and real-time result viewing.

Saved By: Processing | View Details | Give Thanks

Tags: , , , , ,

Design of Processed Tower Defense @ Irrational Exuberance

Wed, 09/17/2008 - 12:39

For the last four days I've been working on a tower defense style game using Processing.js, and today riding a train into Nagoya I put my last hour of work into it. At this point it is a full featured although not particularly fun game. This article is going to briefly overview the state of the project, and then discuss some of the more interesting implementation details.

Saved By: Processing | View Details | Give Thanks

Tags: , , ,

John Resig - Processing.js Aftermath

Wed, 09/17/2008 - 12:39

I've pulled together a quick round-up of the different, interesting, posts, demos, and projects that I've found, relating to Processing.js. Getting Started Will Larson has written a series of articles that detail how to best get started playing with Processing.js: * Getting Started with Processing.js * Using JavaScript to Control Processing Additionally, the basic demos have been broken down and included in an interactive wiki. Demos A number of new demos have been created, at this point. Here's a couple that I thought were pretty interesting. * Felipe Gomes created 4 demos (2 games, 1 of which is done using the JavaScript API) by . * Modified Pointilism * Responsive Pixels (Water Flow) * Spiral Drawing IDEs There's been some significant effort towards creating an interactive development environment for Processing.js. * Processing.js Desktop App - Write and generate Processing.js applications in this wonderful XUL application, developed by the always-excellent _why (can also be run in-browser, in Firefox). * Obsessing - In-browser IDE with syntax-highlighting (Still buggy yet, but good progress is being made.) * Lily App - Generate Processing visualizations from a visual language.

Saved By: Processing | View Details | Give Thanks

Tags: , , , , , , , , , ,