C# interop for the Refresh graphics library.
Go to file
cosmonaut b5325e6d03 1.15.0 2023-09-18 23:16:38 -07:00
src 1.15.0 2023-09-18 23:16:38 -07: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 fix erroneous link in README 2021-04-04 21:14:04 +00:00
RefreshCS.csproj fix dll config copy 2021-03-01 16:53:09 -08:00
RefreshCS.dll.config add dllmap 2021-03-01 16:47:42 -08:00
RefreshCS.sln initial commit 2021-01-05 15:33:38 -08:00

README.md

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

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 interop library was designed to be used as a replacement for FNA's Graphics namespace. However, it can be used in any C# application.