SDL_svg has born!

Hello guys!

I’ve written a simple (for now :slight_smile: library to
link together libsvg and libsdl.

This library uses libsvg and SDL_gfx to draw
a SVG file onto a SDL_Surface.

This pre-pre-pre-pre-release :slight_smile: that includes
also a small test program and a test image.

You can download it at:

http://www.gupix.it/projects/SDL_svg/

Thanks,
Enzo (Bologna - Italy).

Ciao Enzo,
anch’io uso sdl ed in passato inizai un progetto
(http://sourceforge.net/projects/arnmusicmanager/) poi fermato per mancanza
di collaboratori.
Anch’io vivo a Bologna.
Che cosa sono i file svg? Sicuramente e’ un formato grafico, ma per che cpsa
e’ usato?

Ciao

Stiamo in contatto.

Fabio

Alle 14:37, venerd? 28 novembre 2003, Enzo ha scritto:> Hello guys!

I’ve written a simple (for now :slight_smile: library to
link together libsvg and libsdl.

This library uses libsvg and SDL_gfx to draw
a SVG file onto a SDL_Surface.

This pre-pre-pre-pre-release :slight_smile: that includes
also a small test program and a test image.

You can download it at:

http://www.gupix.it/projects/SDL_svg/

Thanks,
Enzo (Bologna - Italy).


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

Nao deu pra entender nada do que voces falaram… por favor, falem em
ingles!

hehehe…

Please, this is an English-speaking list. :slight_smile:

Cheers!

Eduardo.On Fri, 2003-11-28 at 12:12, Fabio Giovagnini wrote:

Ciao Enzo,
anch’io uso sdl ed in passato inizai un progetto
(http://sourceforge.net/projects/arnmusicmanager/) poi fermato per mancanza
di collaboratori.
Anch’io vivo a Bologna.
Che cosa sono i file svg? Sicuramente e’ un formato grafico, ma per che cpsa
e’ usato?

Ciao

Stiamo in contatto.

Fabio

Alle 14:37, venerd? 28 novembre 2003, Enzo ha scritto:

Hello guys!

I’ve written a simple (for now :slight_smile: library to
link together libsvg and libsdl.

This library uses libsvg and SDL_gfx to draw
a SVG file onto a SDL_Surface.

This pre-pre-pre-pre-release :slight_smile: that includes
also a small test program and a test image.

You can download it at:

http://www.gupix.it/projects/SDL_svg/

Thanks,
Enzo (Bologna - Italy).


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

Eduardo B. Fonseca
ebf at aedsol.com
OpenPGP Public Key: F5206326

Sorry I got a mistake to reply.

Ciao

Alle 16:23, venerd? 28 novembre 2003, Eduardo B. Fonseca ha scritto:> Nao deu pra entender nada do que voces falaram… por favor, falem em

ingles!

hehehe…

Please, this is an English-speaking list. :slight_smile:

Cheers!

Eduardo.

On Fri, 2003-11-28 at 12:12, Fabio Giovagnini wrote:

Ciao Enzo,
anch’io uso sdl ed in passato inizai un progetto
(http://sourceforge.net/projects/arnmusicmanager/) poi fermato per
mancanza di collaboratori.
Anch’io vivo a Bologna.
Che cosa sono i file svg? Sicuramente e’ un formato grafico, ma per che
cpsa e’ usato?

Ciao

Stiamo in contatto.

Fabio

Alle 14:37, venerd? 28 novembre 2003, Enzo ha scritto:

Hello guys!

I’ve written a simple (for now :slight_smile: library to
link together libsvg and libsdl.

This library uses libsvg and SDL_gfx to draw
a SVG file onto a SDL_Surface.

This pre-pre-pre-pre-release :slight_smile: that includes
also a small test program and a test image.

You can download it at:

http://www.gupix.it/projects/SDL_svg/

Thanks,
Enzo (Bologna - Italy).


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

I can’t wait to check this out! I want easy-to-use SVG-on-SDL for
some of my kids’ projects (like Tux Print & Tux Writer)

:slight_smile:

-bill!On Fri, Nov 28, 2003 at 02:37:47PM +0100, Enzo wrote:

Hello guys!

I’ve written a simple (for now :slight_smile: library to
link together libsvg and libsdl.

Hi Enzo. Thanks so much, this is just the kind of project I need to
help get Tux Print off the ground! :^)

I realize this is your first release, but I was wondering if you wanted
some feedback, e.g., on the build process? :^)

I got it running, after installing SDL_gfx and then figuring out how to
install libsvg ;^)

One thing I noticed when running the test program on the test svg file,
is that it didn’t look the same… no color, and many of the lines
looked hollow.

Is this just due to options being sent to SDL_svg or libsvg? Or is it
just that you haven’t gotten the fill routines written yet? :slight_smile:

Thanks! Very excitedly,

-bill!
bill at newbreedsoftware.com Got kids? Get Tux Paint!
http://newbreedsoftware.com/bill/ http://newbreedsoftware.com/tuxpaint/On Fri, Nov 28, 2003 at 02:37:47PM +0100, Enzo wrote:

Hello guys!

I’ve written a simple (for now :slight_smile: library to
link together libsvg and libsdl.

Bill Kendrick wrote:

Hi Enzo. Thanks so much, this is just the kind of project I need to
help get Tux Print off the ground! :^)

Yes, I’m sure it will be useful for many developers.
I was wondering why nobody has already started it…? :wink:

I realize this is your first release, but I was wondering if you wanted
some feedback, e.g., on the build process? :^)

Yes, I want feedbacks, help, comments, etc…
All are welcome…

I got it running, after installing SDL_gfx and then figuring out how to
install libsvg ;^)

One thing I noticed when running the test program on the test svg file,
is that it didn’t look the same… no color, and many of the lines
looked hollow.

Yes, it is.
I wanted release it quickly to check out if someone is interested
in developing…
For now I’ve implemented only the “line” directive only to check
if it can work. I wanted to “see something” on screen…
In the next release the test image surely will look much better! :wink:

Is this just due to options being sent to SDL_svg or libsvg? Or is it
just that you haven’t gotten the fill routines written yet? :slight_smile:

Yes, the second you wrote. ;^)

Thanks! Very excitedly,

I’m glad to know there’s someone who likes my project.

Enzo.