Inspired by palipad (demo of palipad),
Development environment is
Ubuntu 14.10
andDart 1.8
.Download and install Dart.
Modify the first line in Makefile to point to the location of your unzipped Dart directory. For example, your unzipped Dart dir is located at
../dart
, you should set the first line like this:DART_DIR=../dart
Run the demo (with Dartium):
$ make
Convert Dart code to JavaScript:
$ make js
See project page.
Released in public domain. See UNLICENSE.