Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SVG image rendering and more keyboard assignments  (Read 15228 times)

0 Members and 1 Guest are viewing this topic.

kolofsson

  • Full Member
  • ***
  • Posts: 100
    • View Profile
SVG image rendering and more keyboard assignments
« on: March 13, 2008, 11:30:42 am »
Request one:
Add support for opening SVG images. I know it is a big thing to ask for, but there are ready DLLs. Integrating them into SFML would be swell!

Request two:
Add support for every Key on the keyboard. For a game developer a LEFT shift is entirely different from RIGHT shift.

Request three:
Add a function to change a relative transformation point for SPRITES. Something like Sprite::SetTransformationPoint. It would replace SetRotationCenter, and serve as a base for positioning, zooming and rotating.

Note: I really appreciate your work, i tried to work with QT, but it is too complex for me. I love elegance and simplicity.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
SVG image rendering and more keyboard assignments
« Reply #1 on: March 13, 2008, 11:43:51 am »
Requests two and three are already completed ;)
Check the roadmap if you want to see what is / will be in the next version :
http://www.sfml-dev.org/roadmap.php

Integrating SVG is a more complex task, I still have many things to improve and fix before thinking about this kind of features. But in the future I'll definitively try to add something to work with SVG.

Anyway, thanks a lot for your feedback ;)
Laurent Gomila - SFML developer

kolofsson

  • Full Member
  • ***
  • Posts: 100
    • View Profile
SVG image rendering and more keyboard assignments
« Reply #2 on: March 13, 2008, 11:53:11 am »
No problem. I will post my ideas every time i think it's worth it.  :wink:

And i'm truly sorry i did not check the roadmap and the fixes before complaining. I guess i will just have to wait for the 1.3 version.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
SVG image rendering and more keyboard assignments
« Reply #3 on: March 13, 2008, 12:15:15 pm »
You can use the SVN version, it's very easy to get and compile. A lot of people do it to get the latest improvements. And it helps me to fix a lot of bugs before releasing a new version to the public ;)
Laurent Gomila - SFML developer

Kingdom of Fish

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
SVG image rendering and more keyboard assignments
« Reply #4 on: March 13, 2008, 09:08:13 pm »
Using cairo you can quite easily load svg images and use them in sfml.

Aszarsha

  • Full Member
  • ***
  • Posts: 200
    • MSN Messenger - aszarsha@gmail.com
    • View Profile
SVG image rendering and more keyboard assignments
« Reply #5 on: March 14, 2008, 05:19:32 am »
Quote from: "Kingdom of Fish"
Using cairo you can quite easily load svg images and use them in sfml.
Cairo is quite a big library, not the kind of things that would integrate well there.

kolofsson

  • Full Member
  • ***
  • Posts: 100
    • View Profile
SVG image rendering and more keyboard assignments
« Reply #6 on: March 14, 2008, 11:36:10 am »
I am trying to use the ImageMagick library, but it's not that easy for a beginner like me.

 

anything