Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

File System API

SGE provides functions to interact with the file system that integrate with the engine’s async system, so that you can read/write to files in the background, while showing a loading screen for the user. This includes functions for loading resources like textures, where the image decoding will be done on another thread.


See: FS module

See also: /examples/async_asset_loading.rs