Crates.io | SimpleBeatmapAnalyzer |
lib.rs | SimpleBeatmapAnalyzer |
version | 0.9.2 |
source | src |
created_at | 2023-09-07 17:11:52.100501 |
updated_at | 2023-09-14 22:38:17.662164 |
description | Simple program to analyze all of your osu files and save a csv with all the computed metrics |
homepage | https://github.com/Raregendary/SimpleBeatmapAnalyzer |
repository | https://github.com/Raregendary/SimpleBeatmapAnalyzer |
max_upload_size | |
id | 966410 |
size | 185,536 |
Simple Beatmap Analyzer is a console application that analyzes ".osu" files for Standard game mode only. After it finishes it outputs the results in a "CSV" (comma,separated,values) file in the same directory as the .exe
It assumes every map is in maped 1/4 and calculates streams/jumps and other patterns aswel as some ratios based on them (Jumps are asumed every second beat and i will be refering to it as 1/2). The values for the following 1/4 and 1/2 sections are in % notes of the map, not in time.
ROSU-PP - Beatmap parsing and Difficulty/PP calculations