Welcome to my GitHub profile! Whilst I do analytics all the way to the moon, most know me for being lead on the osu!taiko pp committee!
I work on various exciting projects and am always keen to learn new technologies and improve my skills. You can reach me at [email protected].
- osu!taiko pp committee: Leading the development and balance of osu!taiko's performance points and star rating system.
- Data Evaluation: Conducting data analysis and evaluation to support project decisions regarding off-planet activities.
- Photo Technologies: Further pushing large-scale photo analysis and systems in the tourism industry.
Formerly, I worked in Sound Engineering too!
Here are some of my notable contributions:
-
Rewrite of the
Rhythm
Skill within osu!taiko: Reworked rhythm difficulty based on interval ratios, penalised consistent intervals within rhythm, and introduced new rhythm data classes. -
Add
consistentRatioPenalty
to theColour
skill: Evaluated a consistency penalty based on rhythmic ratios and implemented a consistency check and penalty calculation. -
Improve convert considerations in osu!taiko: Removed conditional convert nerf to star rating, focused on stamina, and disabled the
mono
note buff in stamina.
For a full list of my contributions, check out my merged pull requests.
To set up and check changes for yourself for taiko, follow the instructions below!
- Clone the osu Repository:
git clone https://github.com/Lawtrohux/osu.git cd osu git checkout (insert branch name here) uselocalosu.sh
- Clone the osu-tools Repository
git clone https://github.com/ppy/osu-tools.git cd osu-tools cd PerformanceCalculatorGui dotnet run