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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - darksan

Pages: [1]
1
Graphics / Re: Getting the bitmap of a view
« on: May 07, 2012, 07:30:38 pm »
Okay thanks! =)

2
Graphics / Getting the bitmap of a view
« on: May 06, 2012, 11:09:07 pm »
Hello guys!

I am currently trying to convert an existing game made using the sfml to the new metro application format of window 8, but the thing is not easy since there is no HWND handle for windows in metro apps, so I can't use the same technique that allow to use the sfml with a win32 thing, in fact the only way I found is to draw it on a D2D1 surface (direct2d) as a bitmap, but I first need to get it from a view... The renderWindow have a Capture methode wich could work, but I don't want to open a window...

So, if anyone know how I am supposed to achieve this, I am listening!

Beside, adding a metro support to the sfml could be realy gr8, since for now only directx is usable, wich is not gr8 for quick game dev...

Thank you

Pages: [1]