https://github.com/kindlychung/sjs-three
facade to three.js, work in progress
https://github.com/kindlychung/sjs-three
Last synced: 2 months ago
JSON representation
facade to three.js, work in progress
- Host: GitHub
- URL: https://github.com/kindlychung/sjs-three
- Owner: kindlychung
- Created: 2016-01-04T12:41:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T12:42:08.000Z (over 9 years ago)
- Last Synced: 2025-02-10T21:46:57.021Z (4 months ago)
- Language: JavaScript
- Size: 2.57 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Scala.js facade to the katex javascript library
Katex is a javascript renderer for math equations, this project provides a facade to call katex code from Scala.js.
## Usage
Add it in your build.sbt at the end of resolvers:
resolvers += "jitpack" at "https://jitpack.io"
libraryDependencies += "com.github.kindlychung" % "sjs-katex" % "0.1"
Also see [this file](https://github.com/kindlychung/sjs-katex/blob/master/src/main/scala/vu/co/kaiyin/katexjs/Main.scala).