Skip to content
Giacomo Cavalieri edited this page Oct 12, 2021 · 10 revisions

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!

Getting started

To use ECScala in your project, you can add it to your sbt dependencies:

libraryDependencies += "dev.atedeg" %% "ecscala" % "0.1.0"

ECScala provides you the basic abstractions needed to implement the ECS architectural pattern:

Clone this wiki locally