Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 556 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 556 Bytes

RythmDart

Port Rythm to dart.

You can try rythm online: http://fiddle.rythmengine.org

How to test it

  1. install dart from http://dartlang.org, you can download the full package(which include dart-sdk, dart-editor, dartium), or just download the dart-sdk from http://www.dartlang.org/tools/
  2. add dart-sdk/bin to path, then type dart to check
  3. clone this project and cd project root
  4. run pub install to download dependencies
  5. run dart test/test_all.dart to run all the tests.