Package

it.unibo.scafi.renderer3d

util

Permalink

package util

Visibility
  1. Public
  2. All

Value Members

  1. object RichScalaFx extends RichScalaFxHelper

    Permalink

    Object that contains implicit classes to enrich the language (using "Pimp my Library"), raising the level of abstraction when working with ScalaFx and JavaFx.

  2. object RunOnExecutor

    Permalink

    Function that can be used to execute code on a Thread Pool.

    Function that can be used to execute code on a Thread Pool. This is useful whenever someone needs to run a task in a different thread than the current one (for example the JavaFx one), without creating a new thread every time. The chosen executor for multi threading is ideal for many short tasks.

  3. object ScalaFxExtras

    Permalink

    Contains methods to work with multiple threads and javaFx with ease Code from: https://github.com/scalafx/scalafx-extras/blob/master/scalafx-extras/src/main/scala/org/scalafx/extras/package.scala

  4. package math

    Permalink
  5. package rendering

    Permalink

Ungrouped