by NASA
Leap Motion Pd external
Zconf
Alternate Max shell externals
Jeremy Bernstein’s update of Bill Orcutt’s shell object:
http://cycling74.com/forums/topic/shell-2013/
Also the [pyext] object which runs in Windows and Mac
http://grrrr.org/research/software/py/
Max data recorder
This has been around for a while and is being used in several internetSensor projects. Records and plays back lists (this version allows lists where the first element is a symbol). Can record and playback simultaneously at different rates. Was originally adapted from MZ’s CNMAT example. And subsequently ruined.
download
https://github.com/tkzic/internet-sensors
folder: data-recorder
files
- data-recorder-wrapper.maxpat (main entry point)
- data_recorder_list-tz.maxpat (recorder abstraction)
There is also an example of multi-rate streaming in: data-recorder-tester.maxpat
Google Maps auto refresh
canvasLayer demo WebGL and Google maps
Possibilities for displaying movement on a map.
Web Osc
notes
- Web front end control for Osc: http://automata.cc/osc-web
- Another example, using web sockets: http://vimeo.com/40382800
- Example with Processing: http://stackoverflow.com/questions/18900187/processing-how-to-send-data-through-websockets-to-javascript-application
Getting started with Google Maps
Installed working example at:
http://zerokidz.com/gmap/map-simple.html
The Google static map API:
https://developers.google.com/maps/documentation/staticmaps/#quick_example
The tracks API:
https://developers.google.com/maps/documentation/tracks/
Simple Google Maps example from Jayway:
http://www.jayway.com/2012/04/02/simple-google-maps-api-example/
Yet another example using geolocation:
http://www.sitepoint.com/working-with-geolocation-and-google-maps-api/
Got this one working, sort of, here:
http://zerokidz.com/gmap/geolocation.html