You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now all fields are serialized even if they aren't default, making each shape span multiple lines. Realistically the defaults won't change, so it should be safe to only serialize fields that are not default.
The text was updated successfully, but these errors were encountered:
Hey @shyamjayakannan, thanks for the interest, but this repo is essentially deprecated at this point so I'm not looking for contributions.
In case you were just curious, the idea was that bodies have default parameters, e.g. a mass of 10. In that case, you could write a scene without specifying mass but the serialized version of that scene would specify the mass to 10, which can make the serialized file much longer in some cases.
Right now all fields are serialized even if they aren't default, making each shape span multiple lines. Realistically the defaults won't change, so it should be safe to only serialize fields that are not default.
The text was updated successfully, but these errors were encountered: