sugarlabs / physics

a box2d playpen
GNU General Public License v3.0
7 stars 26 forks source link

Fix exports #18

Closed cvgarciarea closed 7 years ago

cvgarciarea commented 7 years ago

I removed CSV export option (CSV Isn't appropriate for the information that the activity saves), and I fixed the Json imports/exports.

walterbender commented 7 years ago

Cannot we use the same serializer used in the write function to do the json conversion?

walterbender commented 7 years ago

It seems that when there is the additional data (due to pins, links, etc.) that the new code is breaking.

cvgarciarea commented 7 years ago

@walterbender #19