Module macroquad::file[][src]

Expand description

Cross platform file management functions.

Structs

Functions

Load file from the path and block until its loaded Will use filesystem on PC and do http request on web

Load string from the path and block until its loaded. Right now this will use load_file and from_utf8_lossy internally, but implementation details may change in the future

There are super common project layout like this: