Scala implementation port of https://github.com/sschmid/Entitas-CSharp
use entitas cli to generate empty components & extensions
git clone [email protected]:darkoverlordofdata/entitas-ts.git
cd entitas-ts
npm install . -g
Scala Usage:
entitas init namespace
entitas create -c name field:type...
entitas generate -p scala
Options:
-c [--component] # create a component
-p [--platform] # target platform for generated code
There are 2 repo's https://github.com/darkoverlordofdata/entitas-scala-js https://github.com/darkoverlordofdata/entitas-scala
The 1st, js version uses sbt and thus is the source version for maven The 2nd uses gradle, and the entitas folder is just a copy