Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.005 Beiträge
 
#1

Asynchronous (non-blocking) downloading using TCastleDownload class, and other HTTP c

  Alt 19. Jul 2020, 03:55
The new class TCastleDownload allows to download data over http and https asynchronously, without blocking the main thread of the application. This means that you can trivially continue rendering and game logic, while some resource are being downloaded over the network. I made a demo in examples/network/asynchronous_download/. It demonstrates multiple simultaneous downloads, and underneath a …
  Mit Zitat antworten Zitat