1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-07 23:07:01 +09:00
No description
Find a file
2019-01-24 18:48:24 +09:00
.vscode Improve vscode build/launch configs 2018-05-18 12:41:14 +09:00
osu@d53386cf4b Update submodule 2019-01-24 11:30:43 +09:00
PerformanceCalculator Update licence header 2019-01-24 18:48:24 +09:00
.editorconfig Repo structure 2018-05-11 20:54:43 +09:00
.gitattributes Repo structure 2018-05-11 20:54:43 +09:00
.gitignore Repo structure 2018-05-11 20:54:43 +09:00
.gitmodules Repo structure 2018-05-11 20:54:43 +09:00
appveyor.yml Do a full clone 2018-05-17 18:33:46 +09:00
LICENCE Update licence header 2019-01-24 18:48:24 +09:00
osu-tools.licenseheader Update licence header 2019-01-24 18:48:24 +09:00
osu.Tools.props Fix license header link 2018-05-16 00:06:42 +09:00
osu.Tools.sln Fix .sln formatting 2018-12-05 00:49:48 +09:00
osu.Tools.sln.DotSettings Update licence header 2019-01-24 18:48:24 +09:00
README.md Fix second typo in README.md 2018-05-15 17:12:55 +09:00

osu!tools Build status CodeFactor dev chat

Tools for osu!.

For more detailed information see per-tool READMEs.

  • PerformanceCalculator - A CLI tool for calculating the difficulty of beatmaps and the performance of replays.

Requirements

Getting Started

  • Clone the repository including submodules (git clone --recurse-submodules https://github.com/ppy/osu-tools)
  • Build in your IDE of choice (recommended IDEs automatically restore nuget packages; if you are using an alternative make sure to nuget restore)

Contributing

Contributions can be made via pull requests to this repository. We hope to credit and reward larger contributions via a bounty system. If you're unsure of what you can help with, check out the list of open issues.

Note that while we already have certain standards in place, nothing is set in stone. If you have an issue with the way code is structured; with any libraries we are using; with any processes involved with contributing, please bring it up. I welcome all feedback so we can make contributing to this project as pain-free as possible.

Licence

The osu! client code, framework, and tools are licensed under the MIT licence. Please see the licence file for more information. tl;dr you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source.

Please note that this does not cover the usage of the "osu!" or "ppy" branding in any software, resources, advertising or promotion, as this is protected by trademark law.

Please also note that game resources are covered by a separate licence. Please see the ppy/osu-resources repository for clarifications.