RefreshCS/README.md

14 lines
478 B
Markdown
Raw Permalink Normal View History

2021-04-04 21:14:04 +00:00
This is RefreshCS, a C# interop library for the [Refresh](https://gitea.moonside.games/MoonsideGames/Refresh) graphics system.
2021-01-06 00:30:14 +00:00
2021-01-06 00:31:17 +00:00
## License
2021-01-06 00:30:14 +00:00
Refresh and RefreshCS are released under the zlib license. See LICENSE for details.
2021-01-06 00:31:17 +00:00
## About Refresh
2021-01-06 00:30:14 +00:00
For more information about Refresh, take a look at the Refresh repository.
2021-01-06 00:31:17 +00:00
## About RefreshCS
2021-01-06 00:30:14 +00:00
2021-01-19 04:51:31 +00:00
This interop library was designed to be used as a replacement for FNA's Graphics namespace. However, it can be used in any C# application.