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

Author Topic: RenderWindow Drawable  (Read 13350 times)

0 Members and 1 Guest are viewing this topic.

nikoroll

  • Newbie
  • *
  • Posts: 1
    • View Profile
RenderWindow Drawable
« on: June 24, 2008, 02:31:45 pm »
Hey,
great library - much easier to use than everything I've seen before, and thus perfect for me as an aspiring programmer ;) I have one wish however - would it be possible to implement a Drawable which provides parts of the RenderWindow Functionality, so basically (speaking in SDL terms) a surface of any size where you could draw other Drawables on and which can again be Drawn on the RenderWindow (or an instance of the same type) on demand. Or is this functionality already implemented somehow and I did not find it?
Thank you, nikoroll

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
RenderWindow Drawable
« Reply #1 on: June 24, 2008, 02:39:43 pm »
Hi

This is the render to image feature, which is already planned in the roadmap ;)
Laurent Gomila - SFML developer