KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
osuSkills
★ 23
Open GitHub ↗
osuSkills calculator
Download README (.md)
Explore Similar Repositories
piping-server-pkg
:
Piping Server as portable executable
GlobalHydro
:
Global high-resolution hydrologic modeling with 2.94 million river reaches (~90 m DEM)
cracking-php-interviews-book
:
PHP Interview Questions and Answers
COMP4651
:
HKUST COMP4651 Fall 18/19: Cloud Computing and Big Data Systems
GraduationProject-Counseling
:
毕业设计:大学生心理咨询系统
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
osuSkills
?
Download (.md)
# osuSkills http://osuskills.com **osu!Skills** is an unofficial system of rating player results based on actual skills used when playing. It's intended to show strengths and weaknesses of players by using separate Skill Points. **osu!Skills** is made by Kert, abraker, FullTablet, RuSt # Tools and dependencies Project is being developed under Visual Studio 2015 but .dll for [osuSkillsGUI](https://github.com/Kert/osuSkillsGUI) app must be complied using MinGW 7.3.0 x64 compiler for C/C++ ```g++ -std=c++11 -shared *.cpp -o osuSkills.dll``` It uses external code: vector2d.h (irrlicht), INIReader.h, slider code from Tom94 # Branches Main branch builds a .dll. Basically it's used to see if the code compiles correctly before compiling it for website itself or [osuSkillsGUI](https://github.com/Kert/osuSkillsGUI) For easier debugging you can use console_app branch (which builds an .exe file) where you can calculate skills for a single map # Contributing Anyone is free to improve current calculations for a better system and ranking