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.
IndexProcessing DevelopmentLibraries,  Tool Development › Mother 0.5: VJing with sketches, now also on OSX!
Page Index Toggle Pages: 1
Mother 0.5: VJing with sketches, now also on OSX! (Read 2082 times)
Mother 0.5: VJing with sketches, now also on OSX!
Oct 7th, 2009, 9:44am
 
Hi all!

I have just uploaded an updated 0.5 version of Mother, my program & library combination for mixing the output of multiple processing sketches.

New features in Mother 0.5:

* Updated to use Processing 1.0.7
* Performance is much improved
* Stability is also greatly improved (a hard to debug multi-threading problem was fixed)
* OSX-port implemented

The OSX port was possible thanks to the contributions of Krzysztof Golinski and Splatgirl, many thanks to both of them!

The program and more info is available from: http://www.onar3d.com/mother/

For video examples of Mother in use, I have many videos created using it on Vimeo: http://vimeo.com/user1545001/videos

And of course do let me know what you think, and how it works for you!

Regards,
Ilias B.
www.onar3d.com
Re: Mother 0.5: VJing with sketches, now also on OSX!
Reply #1 - Oct 24th, 2009, 3:00pm
 
Hi everybody

I just try to run the example of mother 0.6 on my oSX and that what I got:

This version of Processing only supports libraries and JAR files compiled for Java 1.5.
A library used by this sketch was compiled for Java 1.6 or later,
and needs to be recompiled to be compatible with Java 1.5.
Exception in thread "Animation Thread" java.lang.UnsupportedClassVersionError: Bad version number in .class file
     at java.lang.ClassLoader.defineClass1(Native Method)
     at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
     at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
     at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
     at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
     at Waltz.initializeFoetus(Waltz.java:91)
     at Waltz.setup(Waltz.java:84)
     at processing.core.PApplet.handleDraw(PApplet.java:1402)
     at processing.core.PApplet.run(PApplet.java:1327)
     at java.lang.Thread.run(Thread.java:613)


That means that I need a new updated of Java from 1.5 to 1.6 or I miss something in the installation of mother...?
I'm not so expert in programming... but I love VJing & processing...

Sorry for my english

thanks in advance

sid-A
Turin
ITALY
Re: Mother 0.5: VJing with sketches, now also on OSX!
Reply #2 - Oct 29th, 2009, 5:25am
 
Hi!

I recently uploaded a new version of Mother to rectify this problem, (0.6.1), sorry for the delayed reply, I don't check these forums often enough it turns out.

Give it a try and let me know if it works for you!

Regards,
Ilias B.
Page Index Toggle Pages: 1