A scala.js library for creating visualizations using SVG
Initial implementation uses D3 underneath
"com.yakticus" %%% "goggles" % "0.1-SNAPSHOT"
Make sure to include sonatype snapshot repo:
resolvers += Resolver.sonatypeRepo("snapshots")
$ sbt
> project examples
> ~fastOptJS
Navigate in your browser to:
http://localhost:12345/examples/target/scala-2.11/classes/index-dev.html
You can browse the examples under the examples
subproject.