https://github.com/andreaferretti/paths-scala-js-demo
Demo application for Paths.scala.js
https://github.com/andreaferretti/paths-scala-js-demo
Last synced: 6 months ago
JSON representation
Demo application for Paths.scala.js
- Host: GitHub
- URL: https://github.com/andreaferretti/paths-scala-js-demo
- Owner: andreaferretti
- Created: 2015-02-19T16:35:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T13:10:28.000Z (almost 9 years ago)
- Last Synced: 2025-04-13T15:05:49.415Z (6 months ago)
- Language: Scala
- Homepage: http://andreaferretti.github.io/paths-scala-js-demo/
- Size: 878 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Paths.scala.js Demo application
=========================This is an application to demonstrate the use of [Paths.scala.js](https://github.com/andreaferretti/paths-scala-js) with [Scalajs-React](https://github.com/japgolly/scalajs-react) to create interactive SVG graphics. See a [live example](http://andreaferretti.github.io/paths-scala-js-demo/).
Running
-------The development version can be obtained with
sbt ~fastOptJS
and then opening `index-dev-html`. A production version is obtained with
sbt fullOptJS
and then opening `index.html`.
Status
------The demo shows the various features of Paths.scala.js, but it is mostly static.
It is possible to make much more complex charts with animations, as shown in the
[original Paths.js demo](http://andreaferretti.github.io/paths-js-demo) or the
[React Paths.js demo](https://github.com/andreaferretti/paths-js-react-demo)