Campari/README.md

14 lines
797 B
Markdown
Raw Permalink Normal View History

2021-01-15 03:49:53 +00:00
# Campari
2021-01-19 04:47:49 +00:00
Campari is a convenience wrapper around the [RefreshCS](https://gitea.moonside.games/MoonsideGames/RefreshCS) interop library for the [Refresh](https://gitea.moonside.games/MoonsideGames/Refresh) graphics system.
2021-01-15 03:49:53 +00:00
## License
Campari is released under the zlib license. See LICENSE for details.
## About Campari
Campari is designed to be a relatively-thin wrapper around RefreshCS that mostly concerns itself with managed-to-native memory transitions and disposing resources properly. It also serves as a reference for how you might go about wrapping Refresh.
If Campari doesn't do something you want it to do, feel free to file a feature request, but I also encourage you to write your own Refresh wrapper! Refresh was designed to be easily wrappable, so make yourself comfortable.