Steamworks.NET.Dissent is a C# Wrapper for Valve's Steamworks API, it can be used with your C# based application. It is derived from Steamworks.NET but with Unity game engine garbage removed to make it more ergonomic for use in non-Unity projects.
Steamworks.NET was designed to be as close as possible to the original C++ API, as such the documentation provided from Valve largely covers usage of Steamworks.NET. Niceties and C# Idioms can be easily implemented on top of Steamworks.NET.
Steamworks.NET.Dissent fully supports Windows 64 bit, OSX, and Linux. Currently building against Steamworks SDK 1.53a.
Include this project as a submodule and add a reference to Steamworks.NET.Dissent.csproj
in your project's .csproj file.
Check out these Steamworks.NET
sample projects to get started:
- Author: Riley Labrecque
- License: MIT
- Documentation
- Discussion Thread
- Reporting Issues Note that only Steamworks.NET specific issues should be reported, general API questions/issues should be asked on the Steamworks discussion board.