Testing out JmonkeyEngine to make a game in Scala with Akka Actors within a pure FP layer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
442 B

  1. package wow.doge.mygame.implicits
  2. import javafx.{
  3. collections => jfxc,
  4. event => jfxe,
  5. geometry => jfxg,
  6. scene => jfxs,
  7. util => jfxu
  8. }
  9. import javafx.scene.{input => jfxsi, layout => jfxsl, paint => jfxsp}
  10. import scalafx.scene.Scene
  11. import monix.execution.Cancelable
  12. import monix.reactive.OverflowStrategy
  13. import monix.reactive.Observable
  14. import monix.execution.Ack
  15. import scalafx.scene.control.Button
  16. package object observables {}