C# interop for the Refresh graphics library.
Go to file
cosmonaut b92ecb60e3 remove DrawIndexedPrimitives 2024-03-13 09:44:38 -07:00
src remove DrawIndexedPrimitives 2024-03-13 09:44: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 proposed Refresh 2 changes 2024-02-23 00:05:44 -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.