Processing sketch in alpha version for data visualizer for DataNodes with 3 axes of acceleration data for the Emerge project.
- Creates ten spheres and updates normalized vector with incoming data.
- Reads
data/session2_minibees.txt
file line by line and reads the accel. xyz data points. - Arrow colour and sphere transparency determined by vector magnitude.
- Sphere colour is arbitrary.
- Spacebar pauses or resumes playback.
- Left-click rotates camera, middle-click pans camera, double-click to reset camera.
DataNodes laid out sequential in 3d-space:
- Refine/correct vector math
- Add DataCorrelation class
- Allow addition/removal of DataNodes
- DataNetwork connectivity
Built with Processing 1.5.1, with the following libraries:
Matthieu Tremblay, license stuff coming