There was an error while loading. Please reload this page.
Welcome to the ECScala wiki!
ECScala is an ECS framework written in Scala, if you have no idea what ECS is, Skypjack's ECS Back and Forth blog posts are a great place to start!
To use ECScala in your project, you can add it to your sbt dependencies:
sbt
libraryDependencies += "dev.atedeg" %% "ecscala" % "0.1.0"
ECScala provides you the basic abstractions needed to implement the ECS architectural pattern: