All Projects → circleguard → circleguard

circleguard / circleguard

Licence: GPL-3.0 license
An osu! replay analysis program

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to circleguard

Opsu Dance
fork of opsu! (which is an osu! clone) with extra stuff
Stars: ✭ 69 (-36.11%)
Mutual labels:  osu
Streamcompanion
osu! information extractor, ranging from selected map info to live play data
Stars: ✭ 161 (+49.07%)
Mutual labels:  osu
KeysPerSecond
A keys-per-second meter & counter. Written for osu! but should work for other rhythm games too.
Stars: ✭ 238 (+120.37%)
Mutual labels:  osu
Realtimeppdisplayer
A Sync Plugin, calculate and display your Osu game data in real time.
Stars: ✭ 88 (-18.52%)
Mutual labels:  osu
Osu Player
A multifunctional media player for osu and osuer. Modern interface with WPF.
Stars: ✭ 123 (+13.89%)
Mutual labels:  osu
Osumapper
An automatic beatmap generator using Tensorflow / Deep Learning.
Stars: ✭ 207 (+91.67%)
Mutual labels:  osu
Ezpp
pp made easy!
Stars: ✭ 47 (-56.48%)
Mutual labels:  osu
rurusetto
A wiki that contain all osu! rulesets
Stars: ✭ 31 (-71.3%)
Mutual labels:  osu
Sync
Sync your Live Channel's Danmaku or Comment to osu! IRC
Stars: ✭ 139 (+28.7%)
Mutual labels:  osu
OsuParsers
Library for parsing/writing files associated with osu!
Stars: ✭ 60 (-44.44%)
Mutual labels:  osu
Osu Resources
assets used by osu!
Stars: ✭ 102 (-5.56%)
Mutual labels:  osu
Gosumemory
Cross-Platform memory reader for osu!
Stars: ✭ 112 (+3.7%)
Mutual labels:  osu
Danser Go
Dancing visualizer of osu! maps and custom osu! client written in Go.
Stars: ✭ 224 (+107.41%)
Mutual labels:  osu
Flowabot
Modular Discord bot with fun features including twitch commands and advanced osu! commands. 🌷
Stars: ✭ 86 (-20.37%)
Mutual labels:  osu
nix-gaming
Gaming on Nix
Stars: ✭ 142 (+31.48%)
Mutual labels:  osu
Collectionmanager
CollectionManager gives you ability to create and manage your osu! collections easier.
Stars: ✭ 68 (-37.04%)
Mutual labels:  osu
Osu Performance
Calculates user performance aggregates from scores
Stars: ✭ 186 (+72.22%)
Mutual labels:  osu
osuElements
A .NET framework for osu! (osu.ppy.sh) applications
Stars: ✭ 33 (-69.44%)
Mutual labels:  osu
osu-deploy
Deploy script for lazer
Stars: ✭ 39 (-63.89%)
Mutual labels:  osu
Osu Wiki
home of the osu! wiki
Stars: ✭ 246 (+127.78%)
Mutual labels:  osu

logo

Latest Version GitHub Releases Downloads Discord Server

Circleguard

Circleguard is a tool to help you analyze osu! replays. Either your own, or replays from someone you suspect is cheating. Features:

  • A replay viewer, with
    • A ur bar
    • Judgment indicators (green dots for 100s, blue dots for 50s, red dots for misses)
    • Ability to speed up and slow down playback speed
    • Ability to jump to any point in the replay
    • Frame by frame movement
  • Cheat detection
    • Similarity (for replay stealing)
    • Unstable rate (for relax)
    • Suspicious movements called snaps (for aim correction)
    • Frametime (for timewarp)
  • Raw replay data (time, position, and keys pressed for each frame) in a nicely formatted table

If you're only interested in using circleguard to analyze your own replays, to (eg) figure out why you missed a note or to be able to quickly jump to any point in time in a replay, don't be scared off by the talk of cheat detection above. When you open circleguard, simply click the "Visualization" panel to easily visualize one of your replays. Circleguard is fully fledged as a replay analysis tool as well as a cheat detection tool.

Demo gif of the visualizer
(click here to view a high quality version)

Demo gif of main gui
(click here to view a high quality version)

Circleguard is developed and maintained by:

With contributions from:

Download

The latest version of circleguard can be found here: https://github.com/circleguard/circleguard/releases/latest. Download the appropriate binary for your OS (circleguard_win_x64.zip or circleguard_win_x86.zip for Windows, and circleguard_osx.app.zip for Mac OS). Circleguard was previously bundled as an exe for Windows but opened unbearably slowly, so it is distributed as a zip and you can run Circleguard.vbs (found inside the zip) in place of an exe.

If you are on another OS such as Linux, you will have to build circleguard yourself. See Building From Source.

There is an introduction / tutorial to using circleguard when you first open it. If you have any questions, feel free to ask on the discord.

Building From Source

The gui is bundled into a single program using pyinstaller. You'll need to install pyinstaller, download the source code of this repository, and read the pyinstaller documentation for your specific platform. You may find that further tweaking is required depending on your platform. If you run into trouble, I'll do my best to assist you if you ask in the discord.

If you are building for windows or mac, there are premade specfiles in the root directory for easy building. Run pyinstaller path-to-specfile to generate an app for your platform as an alternative to using pyinstaller options. For instance, pyinstaller gui_win_x64.spec for 64-bit windows.

Running Locally

To run circleguard locally, you'll need to have git and python3.7+ installed. After installing them, run the following:

git clone https://github.com/circleguard/circleguard.git
cd circleguard
pip install -r requirements.txt
python circleguard/main.py
# you might have to use python3 instead, eg python3 circleguard/main.py

Contributing

Join our discord and ask how you can help, or look around for open issues which interest you and tackle those. Pull requests are welcome!

Links

Discord: https://discord.gg/VNnkTjm

Circlecore

Circlecore does most of the heavy lifting for circleguard, such as calculating ur, similarity, frametimes, etc. If you would like to use circlecore in your own project, please see the developer guidance over at its repository:

https://github.com/circleguard/circlecore

Circlevis

The replay viewer is powerful enough that it was split off into its own repository. If you would like to use the replay viewer in your own project, please see the developer guidance over at its repository:

https://github.com/circleguard/circlevis

Credits

Thanks to Accalix for creating circleguard's logo.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].