RythmDart
Port Rythm to dart.
You can try rythm online: http://fiddle.rythmengine.org
- 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/
- add
dart-sdk/bin
to path, then typedart
to check - clone this project and cd project root
- run
pub install
to download dependencies - run
dart test/test_all.dart
to run all the tests.