Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _assets/js/bundle.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//= require clipboard.min
//= require jquery.min
//= require bootstrap.min
//= require highlight.pack
//= require custom
12 changes: 12 additions & 0 deletions _data/library/jsfacades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
url: https://github.com/jducoeur/jquery-facade
desc: Alternate static types for jQuery -- less complete, more strongly typed
dep: '"org.querki" %%% "jquery-facade" % "0.8"'
- name: jstree-facade
url: https://github.com/jducoeur/jstree-facade
desc: A Scala.js facade for the jsTree jQuery library
dep: '"org.querki" %%% "jstree-facade" % "0.1"'
- name: scalajs-pouchdb
url: https://github.com/chandu0101/scalajs-facades/tree/master/core/src/main/scala/chandu0101/scalajs/facades/pouchdb
desc: Static types for PouchDB
Expand Down Expand Up @@ -56,6 +60,10 @@
url: https://github.com/andreaferretti/paths-scala-js
desc: A library to generate SVG charts and shapes (wrapper over [Paths.js](https://github.com/andreaferretti/paths-js))
dep: '"eu.unicredit" %%% "paths-scala-js" % "0.3.2"'
- name: YouTube embedded player
url: https://github.com/coreyauger/scala-js-youtube
desc: Type safe and Scala friendly library for the embedded YouTube player API
dep: ''
- topic: UI frameworks
libraries:
- name: scalajs-react
Expand Down Expand Up @@ -96,3 +104,7 @@
url: https://github.com/fancellu/scalajs-velocity
desc: Scala.js bindings for [Velocity.js](http://julian.com/research/velocity/) animation library and example applications
dep: ''
- name: QRCodeDecoder
url: https://github.com/mkotsbak/scalajs-qcode-decoder
desc: Scala.Js wrapper for [QRCodeDecoder JS library](http://cirocosta.github.io/qcode-decoder) for decoding QR codes.
dep: ''
8 changes: 8 additions & 0 deletions _data/library/scalalibs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
url: https://github.com/antonkulaga/scala-js-binding
desc: Scala.js HTML binding library
dep: '"org.denigma" %%% "binding" % "0.8.0-M6"'
- name: ScalaCSS
url: https://github.com/japgolly/scalacss/
desc: 'ScalaCSS aims to bring type-safety and clarity to: creating CSS, using CSS, maintaining CSS and correctness of CSS'
dep: '"com.github.japgolly.scalacss" %% "core" % "0.3.1"'
- topic: Serialization/pickling libraries
libraries:
- name: uPickle
Expand Down Expand Up @@ -84,6 +88,10 @@
url: https://github.com/alexandru/monifu
desc: Reactive extensions (Rx) with back-pressure, atomic references and other multi-threading primitives
dep: '"org.monifu" %%% "monifu" % "1.0-RC3"'
- name: MetaRx
url: https://github.com/MetaStack-pl/MetaRx
desc: Reactive data structures for Scala and Scala.js
dep: '"pl.metastack" %%% "metarx" % "0.1.3"'
- topic: Miscellaneous
libraries:
- name: Scala-Async
Expand Down
3 changes: 1 addition & 2 deletions _includes/nav.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
Expand All @@ -20,6 +19,6 @@
<li><a href="http://github.com/scala-js/scala-js"><i aria-label="github" style="font-size: 20px" class="fa fa-github"></i></a></li>
<li><a href="http://twitter.com/scala_js"><i aria-label="twitter" style="font-size: 20px" class="fa fa-twitter"></i></a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Use these Open Source projects to see how others have used Scala.js to build the
- [Ray-Tracer](http://lihaoyi.github.io/workbench-example-app/raytracer.html), a ray-tracer written in Scala.js by Li Haoyi
- [TodoMVC](http://lihaoyi.github.io/workbench-example-app/todo.html), an implementation of the [TodoMVC example application](http://todomvc.com/) using Scala.js, Scalatags, Scala.Rx and scala-js-dom, by Li Haoyi
- [Port of the Dart benchmark harness](https://github.com/sjrd/scalajs-benchmarks)

- [2048 Game in Scala](https://github.com/fijolekProjects/scalajs-react-2048), 2048 game clone made using scalajs-react in just 350 lines of Scala and 250 lines of CSS.
## Testimonials

{% include testimonials.html %}