Skip to content

katiewalker/tactile-graphics-processing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tactile Graphics for Processing

A library for Processing that allows sketches to be transformed into a tactile graphic.

To Build

ant library.run -C resources

Assuming the values in build.properties are correct (particularly classpath.libraries.location), this will create the files for distribution, and place them in Processing's libraries folder. It will then be able to be imported.

To Use

See examples/ for more.

import tactilegraphics.*

TactileGraphics tactilegraphics;

void setup() {
  tactilegraphics = new TactileGraphics(this);
}

That's it. When things are drawn to the sketch, the library is triggered.

About

Tactile Graphics for Processing

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 59.8%
  • CSS 29.6%
  • HTML 9.7%
  • Shell 0.9%