goggles
goggles copied to clipboard
A scala.js library for creating visualizations using SVG
Right now the API very closely follows that of d3. I don't know if that will make sense in the long run, but it seems to be a good place...
ensure we can get at least as good performance as D3 DOM manipulation using scalatags + scala.rx
There are probably some common patterns re: turning animations into Rx values that could be extracted. Also perhaps common patterns for "binding" (using the term loosely) application data to the...