add Documentation to README

main
cosmonaut 2022-07-13 12:33:08 -07:00
parent f6fc80804e
commit d6bd11d63f
1 changed files with 6 additions and 0 deletions

View File

@ -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. 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 ## Dependencies
* [SDL2](https://github.com/flibitijibibo/SDL2-CS) - Window management, Input * [SDL2](https://github.com/flibitijibibo/SDL2-CS) - Window management, Input