mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
.. | ||
images | ||
screenshots | ||
icon.png | ||
icon.png.import | ||
link_button.gd | ||
main.tscn | ||
preload.gd | ||
preload.tscn | ||
project.pandemonium | ||
README.md | ||
resource_queue.gd |
Multiple-threads loading demo
This demo shows how you can organize background loading using multiple threads.
Language: GDScript
Renderer: GLES 2
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/582
How does it work?
Official documentation - Using multiple threads