http://gridflow.ca/download/gridflow-0.9.1.tar.gz
version 0.9.1 (2008.04.16):
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC Canada
PD-announce mailing list PD-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
On 23/05/2008, at 15.51, marius schebella wrote:
How did you go by installing? I'm confused since the install guide in
the manual [0] mentions ruby but the changelog for 0.9.1 says ruby
have been removed (so it can't be called rubyext anymore right?).
Steffen Juul wrote:
it's a long story, and is far away from being automatic.. but yes, all ruby was removed. grab the latest sources and then do ./configure --no-mpeg3. after that add the path to your pd sources to the CFLAGS in config.make. mine is -I/Users/marius/devel/pd-rsync/pd-extended/pd/src and set -mtune=k8 -march=k8 if you have an intel mac. then it should compile and run. have not tested all objects, some seem not to work (like live input?), but most of them will. marius.
Hi all,
Some ruby still exists for code generation but you don't need the ruby headers anymore.
Live camera input doesn't work yet but you can play videos. Playing videos is about 2x faster on OSX than linux but the rest is noticeably slower. The [#out] on quartz does not support all the features of X11 (mouse input, hidecursor). Many of these issues should be solved by next week but any help is welcome, especially for quartz.
Cheers,
Alexandre
On Saturday 24 May 2008 15:18:58 marius schebella wrote: