This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
From: http://hipstersinc.com/blog/2008/1/23/scala_and_processing/
- Make a new directory. Copy core.jar from Processings’s lib folder.
- On a Unix-y system, run something like: export CLASSPATH=.:core.jar
- If you’re Windows, I think it goes: set CLASSPATH=.;core.jar—but I could be wrong
- Crack open a new file. Let’s call it processingtest.scala. Punch in the following:
Last edited by tjweir, 4 months ago
Versions:




