add link to git repo
continuous-integration/drone/push Build is passing Details

main
cosmonaut 2021-03-17 12:38:32 -07:00
parent d66c492229
commit ec67576576
1 changed files with 1 additions and 1 deletions

View File

@ -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.