GitXplorerGitXplorer
H

OsuPlayer

public
3 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
b8f5b80cf0e8c89388cbea63092e0ef579e3d3d2

Working webview2, winui->2.8, NavigationView issue waiting to be resolved by Microsoft

HHO-COOH committed 2 years ago
Unverified
ff8873183a73f3bec75c2de9b55be13019a2751c

Implement additionSet hitsound logic

HHO-COOH committed 2 years ago
Unverified
ce8c9eaad46ab8aa46d7a5cd68dcc947f3634fcb

Working HitsoundPlayer!

HHO-COOH committed 2 years ago
Unverified
0d21add4efb99c7abdfb8f14aff307010f054149

Individual page for collection item

HHO-COOH committed 2 years ago
Unverified
b9cbe6b7109320b829e202ae9ec48215c9f1ec56

Defer loading MyMusicList, fix theme switching

HHO-COOH committed 2 years ago
Unverified
5016499298c6941b2fb89073801a71adc7998e0f

Add support for SMTC, refactored ViewModel.HitsamplePanel

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!