| CARVIEW |
Every repository with this icon (
Every repository with this icon (
| Description: | Example projects in Spde, a Scala toolkit for Processing.org edit |
| Homepage: | https://technically.us/spde edit |
| Public Clone URL: |
git://github.com/n8han/spde-examples.git
Give this clone URL to anyone.
git clone git://github.com/n8han/spde-examples.git
|
| Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:n8han/spde-examples.git
|
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Aug 30 14:19:52 -0700 2009 | plugin version [n8han] |
| |
Explode/ | Mon Aug 31 22:23:22 -0700 2009 | mark's patch to make resize explode to given image [n8han] |
| |
Flocking/ | Sun Aug 30 11:50:55 -0700 2009 | rename to spde, use plugin [n8han] |
| |
Fold/ | Sun Aug 30 11:50:55 -0700 2009 | rename to spde, use plugin [n8han] |
| |
List/ | Sun Aug 30 11:50:55 -0700 2009 | rename to spde, use plugin [n8han] |
| |
Matrix/ | Sun Aug 30 11:50:55 -0700 2009 | rename to spde, use plugin [n8han] |
| |
README.md | Tue Sep 01 06:23:20 -0700 2009 | console indication [n8han] |
| |
project/ | Mon Aug 31 20:59:11 -0700 2009 | pluign version [n8han] |
Spde Examples
Hi! You've found some sample applications for Spde, a Scala toolkit for Processing.
Spde is a deconstructed toolkit, rather the opposite of an IDE like Eclipse or the Processing Development Environment. Instead of installing an environment to work in, you can download / fork these or any other Spde projects and the environment will be built around them. Huh? Just try it. All you need to have installed is simple-build-tool (which is really worth having if you want to do anything in Scala). Then, inside the spde-examples directory:
$ sbt # downloads and compiles spde-sbt plugin, enters sbt console
> update # downloads Spde and Processing dependencies
> project Explode # enters the "Explode" sub-project
> run # compile and launch the sketch!
PLEASE improve these sketches and make your own, ideally something that shows off both Scala and Processing at the same time but the main rule is to be cool.
Also: because Processing OpenGL uses Jogl with native libraries, it can be tricky to get working across all platforms. Would you mind trying the Matrix example? And, if it doesn't work could you inform me your os.name and os.arch system properties? You can get these easily inside sbt:
> get os.name
> get os.arch
Thanks!











