Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wongelz/zio-scalajs-solarsystem
ZIO ScalaJS example
https://github.com/wongelz/zio-scalajs-solarsystem
scala scalajs zio
Last synced: 1 day ago
JSON representation
ZIO ScalaJS example
- Host: GitHub
- URL: https://github.com/wongelz/zio-scalajs-solarsystem
- Owner: wongelz
- Created: 2019-01-19T05:07:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-13T20:20:00.000Z (about 4 years ago)
- Last Synced: 2023-08-07T17:46:15.683Z (over 1 year ago)
- Topics: scala, scalajs, zio
- Language: Scala
- Size: 492 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zio-scalajs-solarsystem
MDN animated solar system [example](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Basic_animations#An_animated_solar_system) implemented using [ZIO](https://github.com/scalaz/scalaz-zio) and Scala.js.See it in action at [https://wongelz.github.io/zio-scalajs-solarsystem/](https://wongelz.github.io/zio-scalajs-solarsystem/)
To run:
```sbt fastOptJS``` and open the index.html in a browser.