My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Apr 30, 2009
    r50 (Removed the vines package. It was too specific to Flora to b...) committed by prisonerjohn   -   Removed the vines package. It was too specific to Flora to be included in the package.
    Removed the vines package. It was too specific to Flora to be included in the package.
  • Apr 30, 2009
    r49 (Added color parameter, which can also be tweened.) committed by prisonerjohn   -   Added color parameter, which can also be tweened.
    Added color parameter, which can also be tweened.
  • Mar 09, 2009
    r48 (Fixed formatting in info() function. Added scale() method to...) committed by prisonerjohn   -   Fixed formatting in info() function. Added scale() method to shapes.
    Fixed formatting in info() function. Added scale() method to shapes.
  • Mar 09, 2009
    r47 (Removed unused parameter from load.) committed by prisonerjohn   -   Removed unused parameter from load.
    Removed unused parameter from load.
  • Mar 09, 2009
    r46 (Added static AI3.init(PApplet _p) function to set link to PA...) committed by prisonerjohn   -   Added static AI3.init(PApplet _p) function to set link to PApplet for all files. Fixed flipping of shapes (this was due to the fact that Illustrator's origin is the bottom-left). Added an anchor point to the AI3Shapes.
    Added static AI3.init(PApplet _p) function to set link to PApplet for all files. Fixed flipping of shapes (this was due to the fact that Illustrator's origin is the bottom-left). Added an anchor point to the AI3Shapes.
  • Mar 08, 2009
    r45 (Added a VinePoint class to extend PVector with a size and se...) committed by prisonerjohn   -   Added a VinePoint class to extend PVector with a size and serial number. Added the Vines static class, which is used to set the link to the parent PApplet and to reset the VinePoint serial number counter. Combined BasicVine/LeastPointsVine and TaperedVine/TaperedEndVine because it was getting too confusing. Each class now has initXXX(...) methods to set up available parameters. Rewrote all the loops to use ListIterators for better performance. Rewrote the B-Spline algorithm so that it does not recalculate all the vertices every time a new point is added.
    Added a VinePoint class to extend PVector with a size and serial number. Added the Vines static class, which is used to set the link to the parent PApplet and to reset the VinePoint serial number counter. Combined BasicVine/LeastPointsVine and TaperedVine/TaperedEndVine because it was getting too confusing. Each class now has initXXX(...) methods to set up available parameters. Rewrote all the loops to use ListIterators for better performance. Rewrote the B-Spline algorithm so that it does not recalculate all the vertices every time a new point is added.
  • Mar 08, 2009
    r44 (Split global build file into separate build files for each l...) committed by prisonerjohn   -   Split global build file into separate build files for each library.
    Split global build file into separate build files for each library.
  • Mar 08, 2009
    r43 (Adding files for Vines library.) committed by prisonerjohn   -   Adding files for Vines library.
    Adding files for Vines library.
  • Mar 05, 2009
    r42 (Added AI3Tween object to repository.) committed by prisonerjohn   -   Added AI3Tween object to repository.
    Added AI3Tween object to repository.
  • Mar 05, 2009
    r41 (Adding files for ezAI3 library.) committed by prisonerjohn   -   Adding files for ezAI3 library.
    Adding files for ezAI3 library.
  • Nov 19, 2008
    ezgestures-0.40.zip (ezGestures library rev40) file uploaded by prisonerjohn   -  
    Labels: Type-Archive OpSys-All Featured
    Labels: Type-Archive OpSys-All Featured
  • Nov 19, 2008
    r40 (Updated library revision number.) committed by prisonerjohn   -   Updated library revision number.
    Updated library revision number.
  • Nov 19, 2008
    r39 (Removed $Rev$ tag from the zip filename because it wasn't fo...) committed by prisonerjohn   -   Removed $Rev$ tag from the zip filename because it wasn't formatting properly.
    Removed $Rev$ tag from the zip filename because it wasn't formatting properly.
  • Nov 19, 2008
    r38 (Updated build file to include source and documentation in pa...) committed by prisonerjohn   -   Updated build file to include source and documentation in package archive. Added revision date to the web page.
    Updated build file to include source and documentation in package archive. Added revision date to the web page.
  • Nov 13, 2008
    ezgestures-0.31.zip (ezGestures library rev31) file uploaded by prisonerjohn   -  
    Labels: Type-Archive OpSys-All
    Labels: Type-Archive OpSys-All
  • Nov 13, 2008
    r37 (Updated site to link to GoogleCode page and files.) committed by prisonerjohn   -   Updated site to link to GoogleCode page and files.
    Updated site to link to GoogleCode page and files.
  • Nov 13, 2008
    ezgestures-0.36.zip (ezGestures library rev36) file uploaded by prisonerjohn   -  
    Labels: Type-Archive OpSys-All Featured
    Labels: Type-Archive OpSys-All Featured
  • Nov 13, 2008
    r36 (Added 'package' target to ANT file, which zips the library a...) committed by prisonerjohn   -   Added 'package' target to ANT file, which zips the library and the examples in a directory that can be dropped as-is in the Processing libraries folder.
    Added 'package' target to ANT file, which zips the library and the examples in a directory that can be dropped as-is in the Processing libraries folder.
  • Nov 13, 2008
    r35 (Adding Processing examples.) committed by prisonerjohn   -   Adding Processing examples.
    Adding Processing examples.
  • Nov 12, 2008
    ezgestures-0.26.zip (ezGestures library rev26) file uploaded by prisonerjohn   -  
    Labels: OpSys-All Type-Archive
    Labels: OpSys-All Type-Archive
  • Nov 12, 2008
    ezgestures-0.22.zip (ezGestures library rev22) file uploaded by prisonerjohn   -  
    Labels: Type-Archive OpSys-All
    Labels: Type-Archive OpSys-All
  • Nov 12, 2008
    ezgestures-0.20.zip (ezGestures library rev20) file uploaded by prisonerjohn   -  
    Labels: Type-Archive OpSys-All
    Labels: Type-Archive OpSys-All
  • Nov 12, 2008
    ezgestures-0.10.zip (ezGestures library rev10) file uploaded by prisonerjohn   -  
    Labels: Type-Archive OpSys-All
    Labels: Type-Archive OpSys-All
  • Nov 12, 2008
    r34 (Created an ANT build file for the ezGestures library.) committed by prisonerjohn   -   Created an ANT build file for the ezGestures library.
    Created an ANT build file for the ezGestures library.
  • Nov 12, 2008
    r33 (Parametrized the RegisteredAction Vectors, now that Processi...) committed by prisonerjohn   -   Parametrized the RegisteredAction Vectors, now that Processing runs on Java 1.5.
    Parametrized the RegisteredAction Vectors, now that Processing runs on Java 1.5.
  • Nov 12, 2008
    r32 (The MouseGestureAnalyzer now uses the PConstants values for ...) committed by prisonerjohn   -   The MouseGestureAnalyzer now uses the PConstants values for the mouse buttons instead of the MouseEvent values.
    The MouseGestureAnalyzer now uses the PConstants values for the mouse buttons instead of the MouseEvent values.
  • Nov 12, 2008
    r31 (Fixed comments. Moved GPL license file. Added GPL copying st...) committed by prisonerjohn   -   Fixed comments. Moved GPL license file. Added GPL copying statement at the top of each file.
    Fixed comments. Moved GPL license file. Added GPL copying statement at the top of each file.
  • Nov 12, 2008
    r30 (Reorganized directory structure to more common trunk/branche...) committed by prisonerjohn   -   Reorganized directory structure to more common trunk/branches/tags format.
    Reorganized directory structure to more common trunk/branches/tags format.
  • Nov 08, 2008
    Project ezjlibs created by prisonerjohn   -   A Java library that does things.
    A Java library that does things.
 
Hosted by Google Code