diff --git a/README.textile b/README.textile index 0780b01..4fea6d2 100755 --- a/README.textile +++ b/README.textile @@ -1,6 +1,13 @@ PeasyCam provides a dead-simple mouse-driven camera for Processing. It is created and maintained by "Jonathan Feinberg":http://mrfeinberg.com/. It is free for all uses, per the Apache 2.0 license. -To download the distribution, and to see a demo, go to "the PeasyCam home page":http://mrfeinberg.com/peasycam/. +h3. Download + +h4. Processing 1.5.1 +You can download a version of Peasycam compatible with Processing 1.5.1 here: +"http://static.mrfeinberg.com/peasycam/peasycam_15100.zip":http://static.mrfeinberg.com/peasycam/peasycam_15100.zip + +h4. Processing 2 and Later +You can install the latest Peasycam from within Processing via the menus Sketch > Import Library... > Add Library... h3. Example diff --git a/web/index.html b/web/index.html index 459556b..3456875 100644 --- a/web/index.html +++ b/web/index.html @@ -120,17 +120,19 @@

Thanks

Please let me know if I've forgotten to acknowledge you.

-
-

Download

-

- Download ##yourLibrary## version ##versionNumber## in - .zip format. -

-

Installation

-

- Unzip and put the extracted ##yourLibrary## folder into the libraries folder of your processing sketches. Reference and examples are included in the ##yourLibrary## folder. -

-
+
+

Installing Peasycam

+

Processing 1.5.1

+

You can download a version of Peasycam compatible with Processing 1.5.1 here: + http://static.mrfeinberg.com/peasycam/peasycam_15100.zip +

+ +

Processing 2 and Later

+

You can install the latest Peasycam from within Processing via the + menus Sketch > Import Library... > Add Library... +

+

Constructors

@@ -211,9 +213,6 @@

Methods

camera.endHUD(); // always! - - -

Keywords ##keywords##

Reference. Have a look at the javadoc reference here. a copy of the reference is included in the .zip as well.