facades


License

License

MIT
GroupId

GroupId

io.indigoengine
ArtifactId

ArtifactId

facades_2.13
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

facades
facades
Project URL

Project URL

https://github.com/PurpleKingdomGames/indigo
Project Organization

Project Organization

io.indigoengine
Source Code Management

Source Code Management

https://github.com/PurpleKingdomGames/indigo

Download facades_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/io.indigoengine/facades_2.13/ -->
<dependency>
    <groupId>io.indigoengine</groupId>
    <artifactId>facades_2.13</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.indigoengine/facades_2.13/
implementation 'io.indigoengine:facades_2.13:0.2.0'
// https://jarcasting.com/artifacts/io.indigoengine/facades_2.13/
implementation ("io.indigoengine:facades_2.13:0.2.0")
'io.indigoengine:facades_2.13:jar:0.2.0'
<dependency org="io.indigoengine" name="facades_2.13" rev="0.2.0">
  <artifact name="facades_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.indigoengine', module='facades_2.13', version='0.2.0')
)
libraryDependencies += "io.indigoengine" % "facades_2.13" % "0.2.0"
[io.indigoengine/facades_2.13 "0.2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.3

Project Modules

There are no modules declared in this project.

MIT License Latest Tagged Release Discord Chat

Indigo

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.

Full local build and test instructions

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.

Build requirements

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.

Running the build

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
io.indigoengine

Purple Kingdom Games

Versions

Version
0.2.0
0.1.0