RefreshCS/README.md

16 lines
459 B
Markdown
Raw Normal View History

2021-01-06 00:30:14 +00:00
This is RefreshCS, a C# wrapper for the Refresh graphics library.
Refresh: https://github.com/thatcosmonaut/Refresh
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
This wrapper was written to be used as a replacement for FNA's Graphics namespace. However, it can be used in any C# application.