Edit of asset "Gsom Loader" Accepted
Old/Current | New/Edit | |
---|---|---|
Title | Gsom Loader | Gsom Loader |
Description |
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 |
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. ``` func _ready() -> void: GsomLoader.finished_load.connect(_handleResource) GsomLoader.changed_progress.connect(_handleProgress) GsomLoader.failed_load.connect(_handleFail) func _load() -> void: GsomLoader.load_async("res://test.tscn") ``` See GitHub readme or the root example.gd for more details. |
Category | Scripts | |
License | MIT | |
Repository Provider | GitHub | |
Repository Url | https://github.com/raub/gsom_loader | |
Issues Url | https://github.com/raub/gsom_loader/issues | |
Godot version | Godot 4.4 | Godot 4.4 |
Version String | 1.0.1 | 1.0.0 |
Download Commit | b07e46d21b77a97b01407c0d2bc09b4eb7813677 | 59350ad56c215868128e964f3022e19f4d733f59 |
Download Url (Computed) | https://github.com/raub/gsom_loader/archive/b07e46d21b77a97b01407c0d2bc09b4eb7813677.zip | https://github.com/raub/gsom_loader/archive/59350ad56c215868128e964f3022e19f4d733f59.zip |
Icon Url |
https://raw.githubusercontent.com/raub/gsom_loader/0.0.1/icon.png
![]() |
Preview Insert | ||
---|---|---|
Type | image | |
Image/Video URL |
https://raw.githubusercontent.com/raub/gsom_loader/1.0.0/gdignore/screenshot_1.png
![]() |
|
Thumbnail |
https://raw.githubusercontent.com/raub/gsom_loader/1.0.0/gdignore/screenshot_1.png
![]() |