diff --git a/content/_index.md b/content/_index.md index bbac982..9123ab7 100644 --- a/content/_index.md +++ b/content/_index.md @@ -5,7 +5,7 @@ date: 2021-01-23T16:39:09-08:00 # MoonWorks -MoonWorks is a free cross-platform game development framework. Its implementation is heavily inspired by [FNA](https://fna-xna.github.io/), which is itself a free implementation of the [Microsoft XNA](https://en.wikipedia.org/wiki/Microsoft_XNA) API. +[MoonWorks](https://gitea.moonside.games/MoonsideGames/MoonWorks) is a free cross-platform game development framework. Its implementation is heavily inspired by [FNA](https://fna-xna.github.io/), which is itself a free implementation of the [Microsoft XNA](https://en.wikipedia.org/wiki/Microsoft_XNA) API. MoonWorks wraps native-code implementations in managed C# for clean high-level abstractions that still run fast. It's simple and it tries to stay out of your way as much as possible.