[PD-dev] Blender Screenshot

Ben Bogart - FMPM/F1999 bbogart at acs.ryerson.ca
Thu Jun 27 20:42:41 CEST 2002


I thought it would be a good learning experience (since I'm starting to 
learn C) to build a pd external which uses SDL to draw graphics. 

This one does an alpha blend between two images, very very slowly.

But its a good start.

Thanks
Ben 


On Thu, 27 Jun 2002, Ben Bogart - FMPM/F1999 wrote:

> Woo hoo!!! 
> 
> Thanks Yves!
> 
> I'll send out a screenshot in a minuite. :)
> 
> Ben
> 
> 
> On Thu, 27 Jun 2002 ydegoyon at free.fr wrote:
> 
> > 
> > 
> > > 
> > > LIBS = -lSDL -lm -lpthread 
> > > 
> > > .c.pd_linux:
> > >         cc $(CFLAGS) $(LIBS) $(INCLUDE) -o $*.o -c $*.c
> > >         ld -export_dynamic  -shared -o $*.pd_linux $*.o -lc -lm
> > >         strip --strip-unneeded $*.pd_linux
> > >         rm $*.o
> > 
> > 
> > fasthack : : : :: :
> > 
> > the LIBS sould be on the linking stage like this :
> > 
> > > .c.pd_linux:
> > >         cc $(CFLAGS) $(INCLUDE) -o $*.o -c $*.c
> > >         ld -export_dynamic  -shared -o $*.pd_linux $*.o -lc -lm $(LIBS)
> > >         strip --strip-unneeded $*.pd_linux
> > >         rm $*.o
> > 
> > cheers,
> > 
> > sevy/yves
> > 
> > 
> > 
> > _______________________________________________
> > PD-dev mailing list
> > PD-dev at iem.kug.ac.at
> > http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev
> > 
> 
> 
> 
> B. Bogart
> ---------
> 
> 
> _______________________________________________
> PD-dev mailing list
> PD-dev at iem.kug.ac.at
> http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev
> 



B. Bogart
---------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 73169 bytes
Desc: 
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20020627/97f5a505/attachment.jpeg>


More information about the Pd-dev mailing list