dribnet / strokes

Let's pretend d3 was written in ClojureScript.
374 stars 28 forks source link

Tutorial example added and a few English tidbits fixed up #5

Closed eigenhombre closed 11 years ago

eigenhombre commented 11 years ago

Hi, I saw your talk at Clojure/west and have been meaning to try this out. I had a spot of trouble getting started so I thought I'd upgrade your docs to include a short(ish) example about how to get started if you don't want to swallow the whole strokes repository to do your experimentation. I'm open to moving this around or doing this some other way, but I do think the project would be helpful if your docs could point to this or a similar simple example. Thanks! --John

dribnet commented 11 years ago

Thanks John for the cleanup!

I did a light brush up your example to make it mostly consistent the examples in the strokes-example repo. I also removed the reference to the d3-externs.js file since that would only be useful if compiling in advanced mode - which is still (mostly) not working yet.

eigenhombre commented 11 years ago

Awesome, thanks for cleaning up my d3.js step as well! I am looking forward to using this project for a few things.