Re: [pygame] Vectorial images

2006-11-10 Thread Richard Jones
On Saturday 11 November 2006 15:44, Nicolas Bischof wrote:
 Hello!, i wanted to ask
 is there a way to use vectorial images, hopefully SVG, to make a game in
 pygame? i want to make a full scalable game.
 is there a SVG package that con be used with pygame?
 i´ve searched but i didn't find anything.

Google python svg


Re: [pygame] Vectorial images

2006-11-10 Thread Noah Kantrowitz

On Nov 10, 2006, at 11:44 PM, Nicolas Bischof wrote:


Hello!, i wanted to ask
is there a way to use vectorial images, hopefully SVG, to make a  
game in pygame?

i want to make a full scalable game.
is there a SVG package that con be used with pygame?
i´ve searched but i didn't find anything.


Its not SVG, but you can look at http://sdd.coderanger.net/projects/ 
amadeus/browser/trunk/amadeus for some ideas. Still a work in  
progress, but you can look at whats there.


--Noah