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 › new surfaceLib version
Page Index Toggle Pages: 1
new surfaceLib version (Read 1770 times)
new surfaceLib version
Dec 4th, 2006, 11:33am
 
There is a new Version of the surface library. The main part where restructured by Christain Riekoff aka texone. He also add a surfacemorpher class and fixed the supershapes. Many thanks for that.
Now every surface has its own class, which makes it easier to add new surfaces.
I've upload a new documetation at http://www.eskimoblood.de/surfacelib/index.htm.
Re: new surfaceLib version
Reply #1 - Dec 5th, 2006, 4:26pm
 
I've add a description on my blog on how to create own surface classes. Please be clement with my english.

http://www.eskimoblood.de/?p=92
Re: new surfaceLib version
Reply #2 - Jan 5th, 2007, 10:57pm
 
I've add a new version of the library to my side. Now you can create surfaces with gradients like in this pic: http://www.flickr.com/photos/eskimoblood/233837996/in/set-72157594205347986/.
Also add the drawHorizontalPipe method.
Re: new surfaceLib version
Reply #3 - Feb 12th, 2007, 6:49pm
 
hi there!
anyone got surface lib to work with processing .124 ?
or is it just me..
i get this errors when compiling..


java.lang.UnsupportedClassVersionError: surface/Surface (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
Re: new surfaceLib version
Reply #4 - Feb 12th, 2007, 8:53pm
 
that's because the surface lib was compiled with java 1.5. i guess andreas should recompile it ...

here's a little more info related to libraries:
http://dev.processing.org/libraries/
(scroll down to "Getting a UnsupportedClassVersionError")

and maybe you will find some answers here.

F
Re: new surfaceLib version
Reply #5 - Feb 12th, 2007, 9:37pm
 
Sorry for that, but I'm not that great java guy. By the way. I've set the compiler settings down to 1.4 and I hope this will  fix your problems. The new version is now ready to download on my side.
Page Index Toggle Pages: 1