HTML5 and Dart @ Rich Web Experience
Posted by David Chandler on November 30, 2011
Thanks for all the great Dart questions today at Rich Web Experience! Slides are available at www.dartlang.org/slides/. See the Nov 16 Devoxx presentation as that’s the deck I ran today with just title page tweaks and more demos. I completely forgot to demo frog tip, which allows you to write Dart code that interacts with the DOM right in the browser tab. It’s under dart/frog/tip in the Dart source repo if you want to check it out. See the Getting Started wiki page to check out the source and build.
Mike said
Hi David, enjoyed your presentation at this years RWX. I was just wondering how I could get to your spirograph example.
David Chandler said
Thanks, Mike, here you go:
GWT version: http://spirodraw.appspot.com Dart version: http://www.dartlang.org/samples/spirodraw/index.html