Skip to content

Commit

Permalink
Fixed #586: Added an extensions docs section
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Oct 16, 2023
1 parent f5c9ef1 commit 0e59c29
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions indigo/docs/01-quickstart/extensions-and-libs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Extensions, Libraries, and Related Projects

## Extensions

Extensions to Indigo, built ontop of the API's Indigo provides.

### Roguelike-Starterkit

A toolkit that acts as a terminal emulator, allowing you to render ASCII art in Indigo.

[https://github.com/PurpleKingdomGames/roguelike-starterkit](https://github.com/PurpleKingdomGames/roguelike-starterkit)

## Libraries

Libraries designed to support Indigo.

### Ultraviolet

A Scala 3 to GLSL transpiler. All of Indigo's code shaders are build with Ultraviolet.

[https://github.com/PurpleKingdomGames/ultraviolet](https://github.com/PurpleKingdomGames/ultraviolet)

## Related Projects

Other projects that work with Indigo.

### Tyrian + Tyrian Bridge

An Elm-like frontend development library for Scala.js. Tyrian has an Indigo 'bridge' library that allows you to include Indigo games directly into your SPA and communicate with it in a typesafe way, all int he same code base.

[https://github.com/PurpleKingdomGames/tyrian](https://github.com/PurpleKingdomGames/tyrian)

0 comments on commit 0e59c29

Please sign in to comment.