ThuCommix / Sharpex2D

2D GameEngine for Indie games with alot of features
http://www.sharpex2d.de
MIT License
47 stars 9 forks source link

Content format #25

Closed ThuCommix closed 9 years ago

ThuCommix commented 9 years ago

Xcf format is fine in case of providing additional meta informations, but the content area itself is very limited. Base64 causes ca +33% of the original size. We may should prefer some more binary format.

ThuCommix commented 9 years ago

Also we need to read the entire file for base64 -> byte so we could not take advantage of a stream. For example a 40mb wav file gets into memory instead of streaming the file.

ThuCommix commented 9 years ago

https://github.com/ThuCommix/Sharpex2D/commit/dc7366fd9fe8c7c19368a02b40deded886529145