
Gsom Loader 1.0.1 Scripts 4.4 Community
Submitted by user RaubTieR; MIT; 2025-07-07
A threaded async loader for Godot resources.
Loads a resource in another thread and emits signals.
There is a singleton `GsomLoader` - a concurrent loader.
And it is possible to create any number of queued loaders - `GsomLoadQueue`. Both have similar APIs.
```
GsomLoader.finished_load.connect(_handleResource)
GsomLoader.changed_progress.connect(_handleProgress)
GsomLoader.failed_load.connect(_handleFail)
GsomLoader.load_async("res://test.tscn")
```
See GitHub readme or the root example.gd for more details.
https://github.com/raub/gsom_loader
View files Download Submit an issue Recent Edits