flutter/packages/newton
Adam Barth 87ab798daf Move ClampedSimulation into newton
ClampedSimulation makes more sense at the newton layer because it's dealing
entirely with newton concepts.
2016-01-20 15:58:05 -08:00
..
lib Move ClampedSimulation into newton 2016-01-20 15:58:05 -08:00
test Added ScrollSpringSimulation 2015-10-15 12:38:01 -07:00
pubspec.yaml Move flutter tests from packages/unit to packages/flutter/test 2015-12-16 08:00:57 -08:00
README.md Update Travis badges on the READMEs 2015-11-02 22:21:58 -08:00

Newton

Simple Physics Simulations for Dart. Springs, friction, gravity, etc.

To run the tests:

  • pub get
  • pub run test