[][src]Module macroquad::collections

Special macroquad-friendly collections. The datatypes from this module may help to organize game code.

Modules

magic_vec

A vector, but coroutines-friendly and with multiple borrows made (relatively) safe.

storage

Global persistent storage. Nice for some global game configs available everywhere. Yes, singletones available right here, with a nice API and some safety. Global read-only storage