public
Description: Processing and Scala

Home

From: http://hipstersinc.com/blog/2008/1/23/scala_and_processing/

  1. Make a new directory. Copy core.jar from Processings’s lib folder.
  2. On a Unix-y system, run something like: export CLASSPATH=.:core.jar
  3. If you’re Windows, I think it goes: set CLASSPATH=.;core.jar—but I could be wrong
  4. Crack open a new file. Let’s call it processingtest.scala. Punch in the following:
Last edited by tjweir, 4 months ago
Versions: