The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
Cross-platform cloud saves?
AntTheAlchemist


Joined: 13 Feb 2015
Posts: 60
Location: UK
Has anyone successfully done this with SDL2? There are many different cloud services out there, but do any of them work across all platforms? Specifically between PC / mobile?
Cross-platform cloud saves?
MrOzBarry


Joined: 26 Jun 2010
Posts: 620
If it's in the cloud, then all platforms work.  All cloud platforms are going to conform to the http standards (GET/POST/PATCH/DELETE), and there are probably cross-platform libraries for interacting with most.  I'm not really sure what you mean by "done this with SDL2", though.

On Tue, Mar 29, 2016 at 8:37 PM, AntTheAlchemist wrote:
Quote:
Has anyone successfully done this with SDL2? There are many different cloud services out there, but do any of them work across all platforms? Specifically between PC / mobile?


_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Cross-platform cloud saves?
wutipong.wongsakuldej@...
Guest

There's a support lib for network, called sdl_net. May be he want this lib to cover cloud storage as well.

Personally i think things like libcurl would be suffice if all it take is http commands though.

Sent from my ASUS

-------- Original Message --------
From:Alex Barry
Sent:Wed, 30 Mar 2016 09:26:41 +0700
To:SDL Mailing List
Subject:Re: [SDL] Cross-platform cloud saves?

If it's in the cloud, then all platforms work.  All cloud platforms are going to conform to the http standards (GET/POST/PATCH/DELETE), and there are probably cross-platform libraries for interacting with most.  I'm not really sure what you mean by "done this with SDL2", though.

On Tue, Mar 29, 2016 at 8:37 PM, AntTheAlchemist wrote:
Quote:
Has anyone successfully done this with SDL2? There are many different cloud services out there, but do any of them work across all platforms? Specifically between PC / mobile?


_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org