DP News-Robot |
19. Jul 2020 03:55 |
Asynchronous (non-blocking) downloading using TCastleDownload class, and other HTTP c
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 …
|