Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
Xferno2 edited this page Jun 1, 2017 · 16 revisions

Welcome to the CSharpOsu Documentation!

Directions of use

There are 3 ways to add this library to your project:

  1. Use the compiled DLL To use this library you must add a reference to the DLL file in your project (Project -> Add Reference -> Browse) and search for CSharpOsu.dll (can be found in the Debug folder of this project) and add it to your project.

  2. Compile the dll To compile this project just open CsharpOsu.sln (in my case with Visual Studio) and just build the project.

  3. Nuget Coming soon.

Clone this wiki locally