Skip to content

Commit 37f0e0f

Browse files
committed
updated readme
1 parent b020ec9 commit 37f0e0f

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

README.md

+35-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# XYscope
2+
13
XYScope is a library for Processing to render graphics on a vector display (oscilloscope, laser) by converting them to audio.
24

3-
...
5+
This includes most primitive shapes (point, line, rect, ellipse, vertex, ...) by converting those points to waveforms (oscillators with custom wavetables) and generating audio in real time using the Minim library. Vector graphics shine on a vector display and now you can view your generative works like never before! Only tested on MacOS 10.9.5+, but should work on Windows.
6+
7+
## Getting Started
8+
9+
Install as suggested below or
10+
11+
*PENDING* add within Processing from Sketch -> Import Library... -> Add Library...
12+
13+
More details + reference at [teddavis.org/xyscope](http://www.teddavis.org/xyscope)
14+
15+
### Dependencies
16+
17+
This library relies on and is greatly thankful for [Minim](https://github.com/ddf/Minim)
18+
19+
xtra_ examples requires [Geomerative](https://github.com/rikrd/geomerative), [OpenCV for Processing](https://github.com/atduskgreg/opencv-processing), [openkinect](https://github.com/shiffman/OpenKinect-for-Processing), [video](https://github.com/processing/processing-video)
20+
21+
### Installing
22+
23+
Unzip and put the extracted XYscope folder into the libraries folder of your Processing sketches. Reference and examples are included in the XYscope folder.
24+
25+
## Authors
26+
27+
* [Ted Davis](http://teddavis.org)
28+
29+
## License
30+
31+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
32+
33+
## Acknowledgments
34+
35+
* Thanks to [Just Van Rossum](https://www.instagram.com/justvanrossum/) for the enlightening conversation on my X-Y attempts.
36+
* Thanks to [Stefanie Bräuer](https://mewi.unibas.ch/seminar/personen/profil/portrait/person/stefaniebraeuer/) for feeding the oscilloscope obsession
37+

0 commit comments

Comments
 (0)