Files
godot-demo-projects/loading/multiple_threads_loading/README.md
Aaron Franke f9e7456b70 Add descriptions to all projects with README files
These show up in the project manager when hovering over projects.
2020-03-16 20:50:53 -04:00

17 lines
379 B
Markdown

# 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](http://docs.godotengine.org/en/3.2/tutorials/io/background_loading.html#using-multiple-threads)
## Screenshots
![Screenshot](screenshots/screenshot.png)