Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 314 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 314 Bytes

Sharploud

Just a SoLoud C# bindings from the glue code

Build

Ctrl + Shift + B on Visual Studio

Make nuget package

dotnet pack Sharploud.csproj -p:NuspecFile=.nuspec

Hot to use

using SoLoud;

and read the SoLoud documentation or source code. enjoy!