implicit.ly

Scala software, hot off the presses

spde-sbt 0.4.1

Made spdeSourcePath (the search path for *.spde files) overridable as requested in the forum.

spde-sbt is a Simple Build Tool plugin, part of the Spde project for writing Processing sketches in Scala.

Filed under  //   Scala 2.8.0.RC1   spde-sbt   us.technically.spde  

spde-sbt 0.4.0

  • Project traits depend on Spde 0.3.0, Processing 1.1
  • New SpdeAndroidProject trait depends on the Android Processing core, works with android-plugin

spde-sbt is a Simple Build Tool plugin, part of the Spde project for writing Processing sketches in Scala.

Filed under  //   Scala 2.8.0.RC1   spde-sbt   us.technically.spde  

Spde 0.3.0

  • Depends on Processing 1.1
  • Includes FunctionPlotting trait to plot 2d functions
  • Cross-published for 2.8.0.Beta1

Spde is an offshoot of the Processing environment supporting sketches written in Scala.

spde-sbt 0.3.0

  • Using Spde 0.2.4 libraries by default.
  • Updated for Simple Build Tool 0.7.0. Projects must use that version or higher.
  • Tested with Scala 2.8.0.Beta1, Graft project now initializes with 2.8.
  • Proguard is passed a -dontoptimize option in AppletProject#applet task to circumvent runtime errors with Scala 2.8. Output jars are larger, but still decently small after pack200 compression.
  • Default Proguard options defined in overridable AppletProject#proguardOptions: List[String].
  • Fixed applet support for unmanaged sources, as requested.

spde-sbt is a Simple Build Tool plugin, part of the Spde project for writing Processing sketches in Scala.

Filed under  //   Scala 2.8.0.Beta1   Spde sbt   sbt-plugin   us.technically.spde  

Spde 0.2.4

Uses the new dispatch-futures module for spde.core.Futures.

Spde is an offshoot of the Processing environment supporting sketches written in Scala.