C# interop for the Refresh graphics library.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
cosmonaut 330896a7be 1.8.0 1 year ago
src 1.8.0 1 year ago
.gitignore fix some native mappings 3 years ago
LICENSE README and LICENSE 3 years ago
README.md fix erroneous link in README 3 years ago
RefreshCS.csproj fix dll config copy 3 years ago
RefreshCS.dll.config add dllmap 3 years ago
RefreshCS.sln initial commit 3 years ago

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.