Sketchpad (1966)
http://www.youtube.com/watch?v=NXkkr0REEPI
SGI (1985)
http://www.youtube.com/watch?v=9EEY87HAHzk
Thursday, March 21, 2013
Tuesday, March 19, 2013
dataVisualization js libs
data visualization libraries:
http://blog.programmableweb.com/2012/03/20/54-data-apis-rapleaf-outside-in-and-factual/
http://www.netmagazine.com/features/top-20-data-visualisation-tools
https://perlitalabs.wordpress.com/2009/11/04/list-of-data-visualization-tools-for-designers-and-developers/
http://selection.datavisualization.ch/
http://datavisualization.ch/tools/13-javascript-libraries-for-visualizations/
online tool:
http://www-958.ibm.com/software/analytics/manyeyes/visualize/salary-data-3/versions/1
http://blog.programmableweb.com/2012/03/20/54-data-apis-rapleaf-outside-in-and-factual/
http://www.netmagazine.com/features/top-20-data-visualisation-tools
https://perlitalabs.wordpress.com/2009/11/04/list-of-data-visualization-tools-for-designers-and-developers/
http://selection.datavisualization.ch/
http://datavisualization.ch/tools/13-javascript-libraries-for-visualizations/
online tool:
http://www-958.ibm.com/software/analytics/manyeyes/visualize/salary-data-3/versions/1
Thursday, March 14, 2013
PhotoFilmStrip
PhotoFilmStrip creates movies out of your pictures in just 3 steps.
First select your photos, customize the motion path and render the
video. There are several output possibilities for VCD, SVCD, DVD up to
FULL-HD.
The effect of the slideshow is known as "Ken Burns". Comments of the pictures are generated into a subtitle file. Furthermore an audio file can be specified to setup the background musice for the slide show.
http://www.photofilmstrip.org/2-1-Features.html
The effect of the slideshow is known as "Ken Burns". Comments of the pictures are generated into a subtitle file. Furthermore an audio file can be specified to setup the background musice for the slide show.
http://www.photofilmstrip.org/2-1-Features.html
Wednesday, March 13, 2013
electric sheep
Electric Sheep is a collaborative abstract artwork founded by Scott Draves. It's run by thousands of people all over the world, and can be installed
on any ordinary PC, Mac, Android, or iPad. When these computers
"sleep", the Electric Sheep comes on and the computers communicate with
each other by the internet to share the work of creating morphing
abstract animations known as "sheep".
Anyone watching one of these computers may vote for their favorite animations using the keyboard. The more popular sheep live longer and reproduce according to a genetic algorithm with mutation and cross-over. Hence the flock evolves to please its global audience. You can also design your own sheep and submit them to the gene pool.
The result is a collective "android dream", blending man and machine to create an artificial lifeform.
http://community.electricsheep.org/about
Anyone watching one of these computers may vote for their favorite animations using the keyboard. The more popular sheep live longer and reproduce according to a genetic algorithm with mutation and cross-over. Hence the flock evolves to please its global audience. You can also design your own sheep and submit them to the gene pool.
The result is a collective "android dream", blending man and machine to create an artificial lifeform.
http://community.electricsheep.org/about
Sunday, March 10, 2013
Friday, March 8, 2013
more Arduino ports
Tutorial: Maximising your Arduino’s I/O ports
This is chapter forty-one of a series originally titled “Getting Started/Moving Forward with Arduino!” by John Boxall – a series of articles on the Arduino universe. The first chapter is here, the complete series is detailed here. Any files from tutorials will be found here.http://tronixstuff.wordpress.com/2011/08/26/tutorial-maximising-your-arduinos-io-ports/
Thursday, March 7, 2013
Geomerative - a Processing library
Geomerative is a library for Processing. It extends 2D geometry operations to facilitate generative geometry. Includes a TrueType font and an SVG interpreters. This library exposes the shapes (such as vector drawings or typographies) in a more approchable way. Geomerative makes it easy to access the paths, the handles and the points, making it easy to develop generative typography and geometry pieces in Processing.
http://www.ricardmarxer.com/geomerative/
Fontastic - a Processing library
Fontastic
is a Processing library
to create font files
Created by Andreas Koller
http://code.andreaskoller.com/libraries/fontastic/
Monday, March 4, 2013
Duration Timeline
http://www.duration.cc/
Duration is a timeline for creative coding. Create live performances, interactive installations, and music visualizations by synchronously composing servos, lighting, and projection.
Duration integrates with OpenFrameworks, Processing, Cinder, vvvv, Unity3d, Quartz, and any other OSC enabled environment.
Perfect.
Duration is a timeline for creative coding. Create live performances, interactive installations, and music visualizations by synchronously composing servos, lighting, and projection.
Duration integrates with OpenFrameworks, Processing, Cinder, vvvv, Unity3d, Quartz, and any other OSC enabled environment.
Perfect.
Pd - PureData projects
Some nice Pd projects:
Live guitar processing
https://guitarextended.wordpress.com/category/software/pure-data/
Meta platform, modular system
http://paresys.pagesperso-orange.fr/ARGOPd/index.html
Image sonification
http://gerard.paresys.free.fr/Theme/Theme2.html
Poly Guitar live system:
http://rickygraham.com/pd2live-a-digital-music-performance-system
Live set:
https://code.google.com/p/pdlive/
Book on sound fx:
http://aspress.co.uk/ds/
Obiwannabe:
http://obiwannabe.co.uk/
Algorithmic Composer:
http://algorithmiccomposer.com/
Slice / Jockey
http://www.katjaas.nl/slicejockey/slicejockey.html
Live guitar processing
https://guitarextended.wordpress.com/category/software/pure-data/
Meta platform, modular system
http://paresys.pagesperso-orange.fr/ARGOPd/index.html
Image sonification
http://gerard.paresys.free.fr/Theme/Theme2.html
Poly Guitar live system:
http://rickygraham.com/pd2live-a-digital-music-performance-system
Live set:
https://code.google.com/p/pdlive/
Book on sound fx:
http://aspress.co.uk/ds/
Obiwannabe:
http://obiwannabe.co.uk/
Algorithmic Composer:
http://algorithmiccomposer.com/
Slice / Jockey
http://www.katjaas.nl/slicejockey/slicejockey.html
clone a hard drive
http://www.howtogeek.com/howto/19141/clone-a-hard-drive-using-an-ubuntu-live-cd/
Whether you’re setting up multiple computers or doing a full backup, cloning hard drives is a common maintenance task. Don’t bother burning a new boot CD or paying for new software – you can do it easily with your Ubuntu Live CD.
Not only can you do this with your Ubuntu Live CD, you can do it right out of the box – no additional software needed! The program we’ll use is called dd, and it’s included with pretty much all Linux distributions. dd is a utility used to do low-level copying – rather than working with files, it works directly on the raw data on a storage device.
Whether you’re setting up multiple computers or doing a full backup, cloning hard drives is a common maintenance task. Don’t bother burning a new boot CD or paying for new software – you can do it easily with your Ubuntu Live CD.
Not only can you do this with your Ubuntu Live CD, you can do it right out of the box – no additional software needed! The program we’ll use is called dd, and it’s included with pretty much all Linux distributions. dd is a utility used to do low-level copying – rather than working with files, it works directly on the raw data on a storage device.
sudo fdisk –l
sudo dd if=/dev/sda of=/dev/sdc
Sunday, March 3, 2013
free projection software
At last I've found a free tool for live projections
video, pics, color, ppts...
with transitions
controlled from the main monitor
http://www.screenmonkey.co.uk/
video, pics, color, ppts...
with transitions
controlled from the main monitor
http://www.screenmonkey.co.uk/
VJ variety
some free VJ tools:
http://www.visualjockey.com/index.html
http://aestesis.eu/elektronika/
http://opentzt.sourceforge.net/
http://neonv2.com/index.php?go=features
http://estereotips.net/qeve/ (Linux)
http://www.quasecinema.org/QuaseCinema.html
best VJ soft:
http://vjsoftware.blogspot.com.es/
http://www.thepixelart.com/best-software-for-visual-performance-artist/
http://lividinstruments.com/software_cell.php (Cell)
http://www.visualjockey.com/index.html
http://aestesis.eu/elektronika/
http://opentzt.sourceforge.net/
http://neonv2.com/index.php?go=features
http://estereotips.net/qeve/ (Linux)
http://www.quasecinema.org/QuaseCinema.html
best VJ soft:
http://vjsoftware.blogspot.com.es/
http://www.thepixelart.com/best-software-for-visual-performance-artist/
http://lividinstruments.com/software_cell.php (Cell)
SharpCap
Webcam astronomical software . free
http://www.sharpcap.co.uk/
"SharpCap is a fairly comprehensive webcam and Astronomy camera capture tool. It is primarily designed for astronomical use.
I wrote it because I got fed up with the awkward control over camera settings in programs like Amcap, Open Video Capture, etc.
The main goals were to be easy to use when observing, and to help avoid mistakes like capturing with the wrong resolution or camera settings, or overwriting an existing file accidentally."
http://www.sharpcap.co.uk/
"SharpCap is a fairly comprehensive webcam and Astronomy camera capture tool. It is primarily designed for astronomical use.
I wrote it because I got fed up with the awkward control over camera settings in programs like Amcap, Open Video Capture, etc.
The main goals were to be easy to use when observing, and to help avoid mistakes like capturing with the wrong resolution or camera settings, or overwriting an existing file accidentally."
blender lipsynch
Magpie -> isolate phonemes / vinemes
http://download.blender.org/documentation/oldsite/oldsite.blender3d.org/46_Blender%20tutorial%20Lip%20Syncing.html
¿Crazytalk?
Voice-o-matic + FacialStudio (for 3DSmax)
http://www.di-o-matic.com/#page=solution
FatLips
http://www.3dlinks.com/LinkSender.cfm?ID=1100
JLipSync.
A free Java program for creating timesheets to sync animation to a pre-recorded audio track. Output is in Magpie or Moho format.
LifeStudio:HEAD.
Developed by Lifemode Interactive
all: http://www.3dlinks.com/links.cfm?categoryid=1&subcategoryid=71&CFID=87449089&CFTOKEN=47286404
http://download.blender.org/documentation/oldsite/oldsite.blender3d.org/46_Blender%20tutorial%20Lip%20Syncing.html
¿Crazytalk?
Voice-o-matic + FacialStudio (for 3DSmax)
http://www.di-o-matic.com/#page=solution
FatLips
http://www.3dlinks.com/LinkSender.cfm?ID=1100
JLipSync.
A free Java program for creating timesheets to sync animation to a pre-recorded audio track. Output is in Magpie or Moho format.
LifeStudio:HEAD.
Developed by Lifemode Interactive
all: http://www.3dlinks.com/links.cfm?categoryid=1&subcategoryid=71&CFID=87449089&CFTOKEN=47286404
vj extravaganza
Some experiments with webcam software and other video utilities:
http://www.youtube.com/user/gtveloce/videos?flow=grid&view=0&sort=da
SplitCam
VCam
AV Webcam Morpher
AV Video Morpher
CrazyTalk Animator
Visual Jockey
CTA - ViJo
3DSci-FiMM
AVS Editor
Panini
Whorld KoreVMC3
Wondershare Video Editor
WS-Muvee
Cacophony
Dynamic Auto-painter
Artx
...
http://www.youtube.com/user/gtveloce/videos?flow=grid&view=0&sort=da
SplitCam
VCam
AV Webcam Morpher
AV Video Morpher
CrazyTalk Animator
Visual Jockey
CTA - ViJo
3DSci-FiMM
AVS Editor
Panini
Whorld KoreVMC3
Wondershare Video Editor
WS-Muvee
Cacophony
Dynamic Auto-painter
Artx
...
R
R is a free software environment for statistical
computing and graphics.
http://www.r-project.org/
R is a language and environment for statistical computing and graphics. It is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different implementation of S. There are some important differences, but much code written for S runs unaltered under R.
R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. The S language is often the vehicle of choice for research in statistical methodology, and R provides an Open Source route to participation in that activity.
One of R's strengths is the ease with which well-designed publication-quality plots can be produced, including mathematical symbols and formulae where needed. Great care has been taken over the defaults for the minor design choices in graphics, but the user retains full control.
http://www.r-project.org/
R is a language and environment for statistical computing and graphics. It is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different implementation of S. There are some important differences, but much code written for S runs unaltered under R.
R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. The S language is often the vehicle of choice for research in statistical methodology, and R provides an Open Source route to participation in that activity.
One of R's strengths is the ease with which well-designed publication-quality plots can be produced, including mathematical symbols and formulae where needed. Great care has been taken over the defaults for the minor design choices in graphics, but the user retains full control.
Saturday, March 2, 2013
processing.js
Fast start: Processing.js & data visualization
follow this:
http://blog.blprnt.com/blog/blprnt/tutorial-processing-javascript-and-data-visualization
try the examples on:
http://sketch.processing.org/
the WebGL examples don't work on Firefox 19.0. Why?
to follow:
Pomax Guide seems excellent.
http://processingjs.org/articles/PomaxGuide.html#json
follow this:
http://blog.blprnt.com/blog/blprnt/tutorial-processing-javascript-and-data-visualization
try the examples on:
http://sketch.processing.org/
the WebGL examples don't work on Firefox 19.0. Why?
to follow:
Pomax Guide seems excellent.
http://processingjs.org/articles/PomaxGuide.html#json
fixing the new research workflow
I search
I open tabs
capture the interesting pages / articles /urls /selections with Evernote's WebClipper
I add an entry to myBrain with the conclusions.
but then: how to fix them into a text, an article, a presentation... an outliner? word processor?
I open tabs
capture the interesting pages / articles /urls /selections with Evernote's WebClipper
I add an entry to myBrain with the conclusions.
but then: how to fix them into a text, an article, a presentation... an outliner? word processor?
word clouds
http://timc.idv.tw/wordcloud/en/#feed:http://gardenteacakesandme.blogspot.com/feeds/posts/default
Author: timdream.
Feel free to leave comments or grab the source code.
Technologies:
----
http://everything.typepad.com/blog/2009/02/make-a-wordle-word-cloud-of-your-blog.html
Author: timdream.
Feel free to leave comments or grab the source code.
Technologies:
- Chinese: Self-developed N-gram analyzer
- English: Porter Stemming Algorithm
- HTML5 canvas
- HTML5 FileReader API
- HTML5 Web Workers API
- Javascript 1.6 new Array functions
----
http://everything.typepad.com/blog/2009/02/make-a-wordle-word-cloud-of-your-blog.html
content clipper
I need a tool to extract and organize content from web pages.
I wish I could use DevonThink, but ther's no Win version.
Tried some small note & outliners:
But I'd like to clip and paste and organize as I search and find...
then shape it all as an article... or sometimes a presentation...
That's the new research paradigm: we need a tool to enhance our brains capabilities, and a new workflow that can handle the information overload.
A new candidate:
I'll get into Javascript, Processing.js and Several DataVisualization libraries.
That's quite huge, so I need to write my development down.
Let's see how it works
I wish I could use DevonThink, but ther's no Win version.
Tried some small note & outliners:
- KeyNote NF
- RedNotebook
But I'd like to clip and paste and organize as I search and find...
then shape it all as an article... or sometimes a presentation...
That's the new research paradigm: we need a tool to enhance our brains capabilities, and a new workflow that can handle the information overload.
A new candidate:
- Springpad
I'll get into Javascript, Processing.js and Several DataVisualization libraries.
That's quite huge, so I need to write my development down.
Let's see how it works
creating myBrain
a new aproach to an old problem
increasing in size everyday:
take note of my searchs and findings
increasing in size everyday:
take note of my searchs and findings
Subscribe to:
Posts (Atom)