C# interop for the Refresh graphics library.
Go to file
cosmonaut 64a6e2ac65 fix dll config copy 2021-03-01 16:53:09 -08:00
src remove color 2021-02-09 22:51:02 -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 update README 2021-01-18 20:51:45 -08: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.