We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › check out surface Lib
Page Index Toggle Pages: 1
check out surface Lib (Read 1626 times)
check out surface Lib
Oct 13th, 2009, 10:53am
 
There seems to be an updated version of the surface lib with some "SuperduperShape" added. Its already on the google Code SVN Source folder but not downloadable as library. Is somebody capable of turning it into a library. havent done yet, and believe you need eclipse, or sth like this. right?

Would be a great help though.

http://surfacelib.googlecode.com/svn/trunk/Surface/

Re: check out surface Lib
Reply #1 - Oct 13th, 2009, 11:07am
 
there's a surfaceLib.zip in that folder there... 8)
Re: check out surface Lib
Reply #2 - Oct 13th, 2009, 11:22am
 
I know that, but if you look inside it, or look inside the surfaceLib.jar (renaming to rar) that you can download from the libraries folder  you can see that there is no superdupershapes.class like it is in the source folder : http://surfacelib.googlecode.com/svn/trunk/Surface/src/surface/   but there it is still a java file though, so i guess thats what has to be done

thats what eskimoblood wrote about it on flickr :
"The superduper shapes are now part of sufaceLib, so if you're an early bird, update your svn project. The jar will following next days. "

So it looks like he hasnt done that yet, and i just dontk now how.
Re: check out surface Lib
Reply #3 - Oct 13th, 2009, 12:56pm
 
Oh sorry I'm a little bit lazy with that. But I will does it the next days. Isch schwöre
Re: check out surface Lib
Reply #4 - Oct 13th, 2009, 1:50pm
 
The jar is  now on googleCode, but there is no docs for the new feature at the moment, so if you have questions aks me @ koeberle@gmail.com
Re: check out surface Lib
Reply #5 - Oct 13th, 2009, 2:21pm
 
That was fast. Big thanks! still have some problems with your test sketch as the kuler stuff get some errors, but i will figure that out.
Re: check out surface Lib
Reply #6 - Oct 14th, 2009, 12:11am
 
To use the color stuff you need the colorLib (http://code.google.com/p/colorlib/)
Re: check out surface Lib
Reply #7 - Oct 14th, 2009, 1:09am
 
I got that installed. But there still seems to be some problems with the code. i didnt figure out what

I get some ArrayIndexoutOfBoundsException here :

           colors = (new Gradient(this, kThemes[colorCnt].getColors(), gradientLength)).getColors();
Page Index Toggle Pages: 1