https://github.com/davidfoerster/synesketch
Software library with synesthetic abilities, made for Processing digital artists. Its code serves as a medium between words, emotions, and images.
https://github.com/davidfoerster/synesketch
affective-computing java linguistics processing-library synesthesia
Last synced: about 1 year ago
JSON representation
Software library with synesthetic abilities, made for Processing digital artists. Its code serves as a medium between words, emotions, and images.
- Host: GitHub
- URL: https://github.com/davidfoerster/synesketch
- Owner: davidfoerster
- License: gpl-2.0
- Created: 2014-11-18T15:03:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-12T14:06:48.000Z (almost 9 years ago)
- Last Synced: 2023-04-12T02:41:59.611Z (about 3 years ago)
- Topics: affective-computing, java, linguistics, processing-library, synesthesia
- Language: Java
- Homepage: http://synesketch.krcadinac.com/
- Size: 112 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Synesketch
==========
Synesketch works well with Processing 1.5 and [mostly][issue-2] with Processing
2.2 and 3.0a core libraries. Setup instructions:
1. Get a copy [Processing] or at least the `core.jar` library, if you didn't
already.
2. Set the Java classpath to include it:
* In IntelliJ IDEA 14 go to *File > Project Structure > Modules > Add >
JARs or directories…* and point it to the path of your copy of the
Processing core library, or
* do the equivalent in Eclipse or your favourite IDE, or
* set the `CLASSPATH` environment variable to include the path to your
copy of the Processing core library.
[Processing]: http://processing.org/download/
[issue-2]: https://github.com/davidfoerster/synesketch/issues/2