sg-engine icon indicating copy to clipboard operation
sg-engine copied to clipboard

Serialize/Deserialize models using bincode, json

Open dwerner opened this issue 8 years ago • 0 comments

It'd be nice to serialize the entire prepared form of a mesh+textures for faster loading. Bincode provides a compact representation for this, but they may be large on disk, and so should be used as a filesystem cache.

dwerner avatar Jun 04 '17 23:06 dwerner