placeybordeaux
placeybordeaux

Reputation: 2216

What is the easiest 2D game library to use with Scala?

I need to integrate a scala library for reinforcement learning that works on scala 2.9.1 with a 2D game library. If it uses SBT that would be awesome.

I was looking at scage, however the current master branch is broken, it works on maven, and the examples for how to set up a starter project simply did not work.

I am not opposed to using a java library directly, but I really want to mimize the amount of work needed to get started.

Any suggestions?

Upvotes: 4

Views: 2477

Answers (1)

Wilfred Springer
Wilfred Springer

Reputation: 10927

How about ScalaFX?

Upvotes: 0

Related Questions