iqm-exm icon indicating copy to clipboard operation
iqm-exm copied to clipboard

replace (unspecified) exm json with binary chunk

Open shakesoda opened this issue 4 years ago • 0 comments

parsing json is very slow, a hassle to do when using a language that doesn't provide it (i.e. C, C++), and inflates file sizes.

need to think about an efficient and simple structure for the scene metadata, and switch it from using a json comment to iqm extensions. no header changes will be required, so this will only impact compatibility if you use the existing json data.

shakesoda avatar Nov 05 '19 22:11 shakesoda