godot-demo-projects/loading/multiple_threads_loading
Aaron Franke 1ef6b121e3
Style tweaks and add import files to multiple threads loading demo
2020-03-15 04:37:34 -04:00
..
images Style tweaks and add import files to multiple threads loading demo 2020-03-15 04:37:34 -04:00
screenshots Style tweaks and add import files to multiple threads loading demo 2020-03-15 04:37:34 -04:00
README.md
default_env.tres
icon.png
icon.png.import Style tweaks and add import files to multiple threads loading demo 2020-03-15 04:37:34 -04:00
main.tscn
preload.gd Style tweaks and add import files to multiple threads loading demo 2020-03-15 04:37:34 -04:00
preload.tscn Style tweaks and add import files to multiple threads loading demo 2020-03-15 04:37:34 -04:00
project.godot
resource_queue.gd

README.md

Multiple-threads loading demo

This demo shows how you can organize background loading using multiple threads.

Language: GDScript

Renderer: GLES 2

How does it work?

Official documentation - Using multiple threads

Screenshots

Screenshot