Skip to content

PurpleKingdomGames/indigo-docs

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a0b7d8d · Feb 6, 2025

History

51 Commits
Nov 2, 2024
Feb 6, 2025
Feb 6, 2025
Feb 6, 2025
Feb 6, 2025
Jan 23, 2025
Jan 25, 2025
Oct 25, 2024
Jan 23, 2025
Jan 23, 2025
Oct 25, 2024
Oct 25, 2024
Oct 25, 2024
Nov 3, 2024
Feb 6, 2025
Nov 2, 2024
Oct 25, 2024
Oct 25, 2024
Jan 23, 2025
Jan 23, 2025

Repository files navigation

Indigo Docs

This repository is meant to act as 'living documentation' for Indigo, a Scala 3 / Scala.js 2D game engine for FP developers.

No example is too small, no library feature unworthy of a demo. If you think something is missing, please feel free to contribute.

Building the examples and documentation

This documentation site is built using purpledoc.

With an alias to purpledoc setup, you can build everything by running purpledoc -i . in the root of this repo.

This will be slow the first time you run it, but once the modules have all been built and cached by Mill, it should be much faster.