dmah42 / dart-box2d

Box2D for Dart
http://dart-lang.github.io/dart-box2d/
34 stars 5 forks source link

Support for JSON serialization of a world #2

Open dmah42 opened 11 years ago

dmah42 commented 11 years ago

Using http://api.dartlang.org/json/JSON.html we should be able to write out a world to json and read it back in without constructing it body by body.

This can open the door to running box2d in an isolate.