| CARVIEW |
ATTN: Rackspace Move Scheduled for Sunday, September 27th at 5PM Pacific Time. Learn More.
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 | Mon Sep 21 23:53:18 -0700 2009 | Scratch sample video project [Nathan Hamblen] |
| |
Explode/ | Mon Aug 31 22:23:22 -0700 2009 | mark's patch to make resize explode to given image [Nathan Hamblen] |
| |
Flocking/ | Sun Aug 30 11:50:55 -0700 2009 | rename to spde, use plugin [Nathan Hamblen] |
| |
Fold/ | Sun Aug 30 11:50:55 -0700 2009 | rename to spde, use plugin [Nathan Hamblen] |
| |
L-Systems/ | Tue Sep 22 20:43:13 -0700 2009 | eliminate warnings [Nathan Hamblen] |
| |
List/ | Sun Aug 30 11:50:55 -0700 2009 | rename to spde, use plugin [Nathan Hamblen] |
| |
Loop/ | Mon Sep 21 23:53:18 -0700 2009 | Scratch sample video project [Nathan Hamblen] |
| |
Matrix/ | Sun Aug 30 11:50:55 -0700 2009 | rename to spde, use plugin [Nathan Hamblen] |
| |
README.md | Tue Sep 01 06:23:20 -0700 2009 | console indication [Nathan Hamblen] |
| |
Scratch/ | Mon Sep 21 23:53:18 -0700 2009 | Scratch sample video project [Nathan Hamblen] |
| |
Sierpinski/ | Mon Sep 21 19:05:31 -0700 2009 | Sierpinski gasket from https://www.scala-lang.or... [Nathan Hamblen] |
| |
VIDEO.md | Tue Sep 22 19:44:53 -0700 2009 | video information [Nathan Hamblen] |
| |
project/ | Thu Sep 24 11:06:55 -0700 2009 | 0.1.1 [Nathan Hamblen] |
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!











