This repository has been archived by the owner on Jun 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme
48 lines (43 loc) · 1.68 KB
/
readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|| Grid Goggles 0.01
|| by Raymond Weitekamp
|| Date: 12.4.11
|| Summary: A utility for synchronous visualization of time-dependent matrices. Like a monome.
|| In development...pre-alpha.
||
|| Details: Currently for monome only. Receives "/key" and "/led" messages on port 3030.
|| Use AlphaNerd's SerialOSnoopy or Griddle to easily copy your OSC messages:
|| https://github.com/TheAlphaNerd/SerialOSnoopy--Monome
|| http://docs.monome.org/doku.php?id=app:griddle
||
||
|| Instructions for adding: There are specific sections of the code for adding new visualizations.
|| These are tagged with the symbol '@@@'.
||
|| Note: Currently developed for Processing 1.5.1, and rendered with the GLGraphics library by CodeAntiCode
||
|| License: GNU GPL 2.0 (http://creativecommons.org/licenses/GPL/2.0/)
altitudesickness TODOs:
-ADD ControlP5 for OSC port
-ADD ControlP5 for specific visualization parameters
-README
thealphanerd TODOs:
-breakout examples as separate sketches
-create csv to store list of different visualizations
-make selection list modular to adapt to any number of items
-create input for switching visuals
-enable full screen
-placement on second monitor
-fix 256 placement
-add gui element to select monome size
WISHLIST:
-Lots more visualizations!
-color picker
-transitions between visuals
-256 testing
-test re-sizing
-cross-platform, streamlined fullscreen mode
SOME IDEAS FOR VISUALS TO ADAPT/ADD
-space invaders!
-particles. too intensive? see "bouncy boxes": http://www.openprocessing.org/visuals/?visualID=6535
-flocking
-wavy? could be cool? http://www.openprocessing.org/visuals/?visualID=16256