From ec67576576c0249d2533e0650777922fb48716ef Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Wed, 17 Mar 2021 12:38:32 -0700 Subject: [PATCH] add link to git repo --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.