enigma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Enigma-devel] SVG images?


From: Bernhard Reiter
Subject: [Enigma-devel] SVG images?
Date: Wed, 30 May 2007 13:56:25 +0200

First of all, great work!

I've noticed (and personally felt) a recurring demand that seems to be
more (higher) resolution modes for Enigma; so I started wondering if
there was a possibility of using SVG format (vector) images (which might
also provide smoother graphics) instead of always providing larger
pictures. This might not actually mean using an altogether different
graphics appproach, but maybe just loading from SVG files on startup and
rendering them to SDL surfaces according to the current resolution (this
still wouldn't allow for smooth zooming during the game, but zooming's
probably not that interesting for enigma anyway).
Quick research yielded SDL_svg
http://www.linuxmotors.com/SDL_svg/index.html , but I can't seem to get
it to work with the image loading routines as in d_models.cc (segfaults)
-- I probably just lack experience with enigma's (and SDL_svg's) code
base. If anybody wants to give it a try, I've found that I need the
attached patches in order to get the software to work (with C++ code).

Bernhard Reiter

Attachment: SDL_svg-1.1.9-config.patch
Description: Text Data

Attachment: SDL_svg-1.1.9-extern_c.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]