(bjornbytes/cargo) LÖVE asset manager

$ luarocks install --server=https://luarocks.org/dev cargo

Cargo
===

Cargo makes it easy to manage assets in a Love2D project by exposing project directories as Lua tables.
This means you can access your files from a table automatically without needing to load them first.
Assets are lazily loaded, cached, and can be nested arbitrarily.

You can also manually preload sets of assets at a specific time to avoid loading hitches.

Versions

scm-1dev44 days ago4 downloads

Dependencies

lua >= 5.1, < 5.5

Labels

Manifests