-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed #586: Added an extensions docs section
- Loading branch information
1 parent
f5c9ef1
commit 0e59c29
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |