Hi, all!
Could anybody help me find a solution for serializing/deserializing structured data:
- I need to load data at time when terrain chunk loads. The data contain coordinates and types of spawned entities and optional parameters. The formats supported are string, float and integer. The parsing should not add too much overhead. The numbers of items is from 100 to 5000 per chunk.
- I need to store these data from editor and see the result more or less immediately, so that should be simple enough.
Currently I use code to create Ogre's ini format cfg files, but these are not symmetric as it is easy to read, but hard to create ![]()
