Skip to content

Commit

Permalink
Update documentation to point to new 1.5.1 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Feinberg committed Apr 4, 2015
1 parent 971c9d8 commit 8830ad5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
9 changes: 8 additions & 1 deletion README.textile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
27 changes: 13 additions & 14 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,19 @@ <h2>Thanks</h2>
</ul>
<p>Please let me know if I've forgotten to acknowledge you.</p>

<div id="download">
<h2>Download</h2>
<p>
Download ##yourLibrary## version ##versionNumber## in
<a href="##yourLibrary##_##versionNumber##.zip">.zip format</a>.
</p>
<h2>Installation</h2>
<p>
Unzip and put the extracted ##yourLibrary## folder into the libraries folder of your processing sketches. Reference and examples are included in the ##yourLibrary## folder.
</p>
</div>
<div id="download">
<h2>Installing Peasycam</h2>
<h3>Processing 1.5.1</h3>
<p>You can download a version of Peasycam compatible with Processing 1.5.1 here:
<a href="http://static.mrfeinberg.com/peasycam/peasycam_15100.zip"
>http://static.mrfeinberg.com/peasycam/peasycam_15100.zip</a>
</p>

<h3>Processing 2 and Later</h3>
<p>You can install the latest Peasycam from within Processing via the
menus <b>Sketch&nbsp;&gt;&nbsp;Import Library...&nbsp;&gt;&nbsp;Add Library...</b>
</p>
</div>


<h3>Constructors</h3>
Expand Down Expand Up @@ -211,9 +213,6 @@ <h3>Methods</h3>
camera.endHUD(); // always!</pre>
</div>




<div id="resources">
<p><strong>Keywords</strong> ##keywords##</p>
<p><strong>Reference</strong>. Have a look at the javadoc reference <a href="./reference/index.html" target="_blank">here</a>. a copy of the reference is included in the .zip as well.</p>
Expand Down

0 comments on commit 8830ad5

Please sign in to comment.