GitXplorerGitXplorer
H

OsuPlayer

public
3 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
8997fb6376e3582bf09038692733839bdf68df59

Add hitsound panel

HHO-COOH committed 2 years ago
Unverified
cafa237c8b6a5022aff951413837f95572446160

Complete implementing different link action

HHO-COOH committed 2 years ago
Unverified
db3fc4fab8ce02f204a339535acae8ee7571374e

汉化

HHO-COOH committed 2 years ago
Unverified
161f561d47d7f2374ceacb8f44cd25e98e4ef230

Add screenshot of AlbumView

HHO-COOH committed 2 years ago
Unverified
8eca34698a32de8858bdecb379fb16958c520896

Add AlbumView

HHO-COOH committed 2 years ago
Unverified
8943ba4899dfde346cd5afc3247c768a31ca1e70

Revamped player volume settings

HHO-COOH committed 2 years ago

README

The README file for this repository.

osu! Player

A UWP app that plays your osu! beatmaps with hitsounds to satisfy your osu! addiction.

Build

This is a UWP project written in C++/WinRT.

Requirements

Code structure

This project tries stricly follows MVVM pattern. Source code are named in "namespaced module" styles, i.e

  • Model.<Model Name> for models
  • ViewModel.<ViewModel Name> for ViewModels
  • Page.<Page Name> for pages
  • Controls.<Control Name> for controls such as song items, artist items and such Those "namespaced" files are under their respective filters in Visual Studio, but due to how filter works, you don't see such organizations when you don't open the project in Visual Studio.

Supported Environment

  • Windows 10 19041 or higher (including Windows 11)
  • x86/x64/ARM/ARM64

Current Development Progress

  • [x] Add your osu! path, then give it some time to index your beatmaps
  • [x] Song lists
  • [x] Property page
  • [x] Sort
  • [x] View collections
  • [ ] View Singers
  • [x] Integrate osu! web
  • [ ] IRC

MainPage:

AlbumView:

Settings:

Currently I am limited by the unresolved WinUI related bugs:

Microsoft please FIX!