npmjs NuGet version

osu-native

Native tools for osu!

Caution

Work in progress. API is unstable. Usage scenarios/requests welcome!

Usage

Check out the samples!

Building / Running

Desktop:

# Build
dotnet publish -r <RID> ./Sources/osu.Native/osu.Native.csproj

# Output found in ./Sources/osu.Native.Desktop/bin/Release/<RID>/publish/

WebAssembly:

# Build
dotnet publish ./Sources/osu.Native.WebAssembly/osu.Native.WebAssembly.csproj

# Run
cd ./Sources/osu.Native.WebAssembly/bin/Release/net8.0/publish/wwwroot
python3 -m http.server

# Navigate to http://localhost:8000