how can i import vector graphics into blitzmax env

BlitzMax Forums/BlitzMax Programming/how can i import vector graphics into blitzmax env

Hi

This is DASARADHI , working as a game developer
Iam facing a problem to import .svg images in to blitzmax environmant

1. Can we able to import .svg images in to blitzmax environment???

2. From where i can able to download libsvg.dll???
( send me the site link )

3. What are the modifications that are necessary to work with both blitzmax + .svg images??

Thanks in Advance

Regards
DASARADHI
Game Developer

Hello DASARADHI,
1) Not natively.
2) No idea but what about bah.libsvg ?
3) No idea.

You will also need the Cairo module (which is a vector graphics drawing library) to use the libsvg module.
But since you are interested in vector graphics, Cairo should be of some use to you in itself.

There's a fair amount of documentation and examples (in both modules) to help you get started.

Good luck :-)