From d6bd11d63f5aebbf92e3543c7e4e6c0031727080 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Wed, 13 Jul 2022 12:33:08 -0700 Subject: [PATCH] add Documentation to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a476ce68..bb287a99 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ MoonWorks *does not* include things like a built-in physics engine, a GUI editor MoonWorks uses strictly Free Open Source Software. It will never have any kind of dependency on proprietary products. +## Documentation + +High-level documentation is provided here: http://moonside.games/docs/moonworks/ + +For an actual API reference, the source is documented in doc comments that your preferred IDE can read. + ## Dependencies * [SDL2](https://github.com/flibitijibibo/SDL2-CS) - Window management, Input