Indigo is a non-traditional, proof of concept game engine written in Scala. It aims to allow programmers to build games using a purely functional set of APIs, focusing on developer productivity and testing.
Currently Indigo only exports web games, we hope to support more platforms in the future.
Documentation can be found on indigoengine.io.
Updated! The 0.5.0 release was Scala 2 only, the master branch is now built primarily against the Scala 3 compiler. Though we intend to publish to Scala 2 & 3 in the short term, as soon as is viable Scala 2 support will be dropped.
You will need:
- Mill
- SBT
- JDK (Update: 1.8 works, 11 should be fine too and is an LTS version)
- glslang validator - can be installed with your favorite package manager.
On Mac / Linux, from the repo root to do a full build and test:
bash build.sh
Windows users: Most of the things in the script mentioned above should work, but Indigo is not routinely built on Windows machines so we currently offer no guarantees or support. We hope to in the future.
There is also another script which is faster since it doesn't build the examples or demos.
bash localpublish.sh