darrenjw / scala-view   0.5

Apache License 2.0 GitHub

Small Scala library for viewing a Stream of ScalaFX Images (or Swing/AWT BufferedImages) in a window on-screen

Scala versions: 2.12 2.11

scala-view 0.5


Group ID:
com.github.darrenjw
Artifact ID:
scala-view_2.12
Version:
0.5
Release Date:
Feb 28, 2018
Licenses:
Files:

libraryDependencies += "com.github.darrenjw" %% "scala-view" % "0.5"

Mill build tool

ivy"com.github.darrenjw::scala-view:0.5"

Scala CLI

//> using dep "com.github.darrenjw::scala-view:0.5"

Ammonite REPL

import $ivy.`com.github.darrenjw::scala-view:0.5`

<dependency>
  <groupId>com.github.darrenjw</groupId>
  <artifactId>scala-view_2.12</artifactId>
  <version>0.5</version>
</dependency>

compile group: 'com.github.darrenjw', name: 'scala-view_2.12', version: '0.5'