Sdl2 cross platform and Windows 8

Hi All,

I am working on cross platform project, I want to use real time screen
capture (video).

Dose SDL2 will work on all platform
(linux,mac,windows,windows8,android,ios)?

How can I use SDL_Surface with all platform in real time?

Best Regards,
Gadi

gadido30 wrote:

Dose SDL2 will work on all platform (linux,mac,windows,windows8,android,ios)?
Gadi

If by Windows 8 you mean Windows Store (aka Metro) apps, then no, SDL2 currently does not support that platform. I recall a few SDL developers are experimenting with this, but it may be some time before that bears fruit.

However, if you mean Windows 8 on a PC in “desktop mode”, then yes. All applications that run on Windows Vista or Windows 7 should run on Windows 8 without any major problems.