goggles icon indicating copy to clipboard operation
goggles copied to clipboard

A scala.js library for creating visualizations using SVG

Results 3 goggles issues
Sort by recently updated
recently updated
newest added

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...