Re: [PD] graphical possibilities in GEM

2007-02-09 Thread cyrille henry
[EMAIL PROTECTED] a écrit : Quoting patrick [EMAIL PROTECTED]: hello, i tried fractal.tar.gz and it didn't work. i am on linux with a nvidia geforce fx 5600 xt and gem is compiled from cvs: GEM: Graphics Environment for Multimedia GEM: ver: 0.91-cvs GEM: compiled: Jan 31 2007 here's my

Re: [PD] graphical possibilities in GEM

2007-02-08 Thread Frank Barknecht
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote: Sounds good, but it doesnt' work for me. I get these errors on load: error: 1007-$2x: no such object error: 1007-$2y: no such object error: 1007-$2z: no such object You need to upgrade your Pd to a version that

Re: [PD] graphical possibilities in GEM

2007-02-08 Thread Patco
cyrille henry a écrit : how to create a fractal with glsl with google. by exemple : http://nuclear.demoscene.gr/articles/sdr_fract/ great example, but... I tried to build a patch with the openGL functions proposed in this link: GEMglCreateShaderObjectARB ... couldn't create

Re: [PD] graphical possibilities in GEM

2007-02-08 Thread Johannes Eckart
on 8.feb 2007 Hans-Christoph wrote: Sounds good, but it doesnt' work for me. I get these errors on load: error: 1007-$2x: no such object error: 1007-$2y: no such object error: 1007-$2z: no such object .hc On Feb 7, 2007, at 3:28 AM, Patco wrote: Johannes Eckart

Re: [PD] graphical possibilities in GEM

2007-02-08 Thread Patco
Johannes Eckart a écrit : Hi again!! Thanks for the new version of the patch compatible with a lower version of pd (my version is 0.38). To upgrade a version, do i just have to install the new one, or do i have to delete the old version of pd before? Thanks, and sorry for the

Re: [PD] graphical possibilities in GEM

2007-02-08 Thread cyrille henry
hello, try this patch. Cyrille Patco a écrit : cyrille henry a écrit : how to create a fractal with glsl with google. by exemple : http://nuclear.demoscene.gr/articles/sdr_fract/ great example, but... I tried to build a patch with the openGL functions proposed in this link:

Re: [PD] graphical possibilities in GEM

2007-02-08 Thread Patco
cyrille henry a écrit : hello, try this patch. Cyrille Many thanks. I guess I would have learn a lot with this patch, apparently we can load openGL scripts, but I couldn't try it for the moment because the last Gem dll is full of bugs

Re: [PD] graphical possibilities in GEM

2007-02-08 Thread Johannes Eckart
Cyrille wrote: hello, try this patch. Cyrille Patco a écrit : cyrille henry a écrit : how to create a fractal with glsl with google. by exemple : http://nuclear.demoscene.gr/articles/sdr_fract/ great example, but... I tried to build a patch with the openGL functions

Re: [PD] graphical possibilities in GEM

2007-02-08 Thread cyrille henry
Johannes Eckart a écrit : Cyrille wrote: hello, try this patch. Cyrille Patco a écrit : cyrille henry a écrit : how to create a fractal with glsl with google. by exemple : http://nuclear.demoscene.gr/articles/sdr_fract/ great example, but... I tried to build a patch with the openGL

Re: [PD] graphical possibilities in GEM

2007-02-08 Thread Patco
Patco a écrit : chris clepper a écrit : Maybe if you posted the bugs someone could have a look and perhaps fix them. I am sorry, but I've posted all of them, :) http://lists.puredata.info/pipermail/pd-list/2007-02/046774.html

Re: [PD] graphical possibilities in GEM

2007-02-08 Thread chris clepper
On 2/8/07, Patco [EMAIL PROTECTED] wrote: Maybe if you posted the bugs someone could have a look and perhaps fix them. I am sorry, but I've posted all of them, :) There's nothing close to a book of bugs posted in recent months. I would like to see a list of the ones you have found.

Re: [PD] graphical possibilities in GEM

2007-02-08 Thread Johannes Eckart
Cyrille wrote: hello, try this patch. Cyrille Johannes wrote: Hi Cyrille! Is this the patch? -- If yes, please can you tell me, how to change a *.bin-file in a *.pd-file? Sorry for bothering you with such questions, but i

Re: [PD] graphical possibilities in GEM

2007-02-08 Thread cyrille henry
Johannes Eckart a écrit : thanks Cyrille, i can open the patch now!! but the objects glsl_program, glsl_fragment and glsl_vertex don´t work. in the patch the boxes are dotted and not lined and the error-message is: ...couldn´t create I´m using pd 0.38 on windows with the libraries

Re: [PD] graphical possibilities in GEM

2007-02-08 Thread chris clepper
You have that S3 graphics hardware which seems very poorly suited for GEM. If you note my replies I have tested some of those reports on ATI and Nvidia hardware and could not reproduce them. On 2/8/07, Patco [EMAIL PROTECTED] wrote: Patco a écrit : chris clepper a écrit : Maybe if you

Re: [PD] graphical possibilities in GEM

2007-02-08 Thread zmoelnig
Quoting patrick [EMAIL PROTECTED]: hello, i tried fractal.tar.gz and it didn't work. i am on linux with a nvidia geforce fx 5600 xt and gem is compiled from cvs: GEM: Graphics Environment for Multimedia GEM: ver: 0.91-cvs GEM: compiled: Jan 31 2007 here's my output. i would like to know

Re: [PD] graphical possibilities in GEM

2007-02-08 Thread zmoelnig
Quoting Patco [EMAIL PROTECTED]: Patco a écrit : chris clepper a écrit : Maybe if you posted the bugs someone could have a look and perhaps fix them. I am sorry, but I've posted all of them, :) http://lists.puredata.info/pipermail/pd-list/2007-02/046774.html

Re: [PD] graphical possibilities in GEM

2007-02-07 Thread Hans-Christoph Steiner
Sounds good, but it doesnt' work for me. I get these errors on load: error: 1007-$2x: no such object error: 1007-$2y: no such object error: 1007-$2z: no such object .hc On Feb 7, 2007, at 3:28 AM, Patco wrote: Johannes Eckart a écrit : 3.)One specific question: is there any possibility to

[PD] graphical possibilities in GEM

2007-02-06 Thread Johannes Eckart
hello community! 1.)thank you very much for your help on creating lines and curbes in Gem! I modified the path sent by erich berger and got nearly what i wanted ;) i will work on... also thanks to patrick: i obtained to draw with the mouse in Gemwin, the only problem is, that the line dosn´t

Re: [PD] graphical possibilities in GEM

2007-02-06 Thread patrick
hi, take a look at this gem-vj: http://www.tot.sat.qc.ca/eng/pixeltango.html mainly : image, video, text, texture feedback, 3d (obj), lights... please share what you done so far (drawing patch). pat ___ PD-list@iem.at mailing list UNSUBSCRIBE and