C# interop for the Refresh graphics library.
Go to file
cosmonaut b55229db35 fix some native mappings 2021-01-05 23:41:56 -08:00
src fix some native mappings 2021-01-05 23:41:56 -08:00
.gitignore fix some native mappings 2021-01-05 23:41:56 -08:00
LICENSE README and LICENSE 2021-01-05 16:30:14 -08:00
README.md README formatting 2021-01-05 16:31:17 -08:00
RefreshCS.csproj fix some native mappings 2021-01-05 23:41:56 -08:00
RefreshCS.sln initial commit 2021-01-05 15:33:38 -08:00

README.md

This is RefreshCS, a C# wrapper for the Refresh graphics library.

Refresh: https://github.com/thatcosmonaut/Refresh

License

Refresh and RefreshCS are released under the zlib license. See LICENSE for details.

About Refresh

For more information about Refresh, take a look at the Refresh repository.

About RefreshCS

This wrapper was written to be used as a replacement for FNA's Graphics namespace. However, it can be used in any C# application.