| .. | ||
| osu-parsers | ||
| public | ||
| src | ||
| Build.sh | ||
| components.json | ||
| Dockerfile | ||
| dp12.png | ||
| index.html | ||
| nginx.conf | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
| yarn.lock | ||
Replay Inspector is a beatmap/replay analyzer and editor for osu! and is currently in development phase.
Inspector is NOT a fork of abstrakt8's rewind, and it has been developed from ground up using same utilites. This project was developed with simplicity in mind using beginner friendly frameworks and easy structure.
Geting started
To use the public version of Replay Inspector, you can follow click.
If you wanna clone and use it locally, proceed by
git clone https://github.com/cunev/replay-inspector
then install packages
bun install
and run the editor
bun run dev
Features
- View replay path and beatmap
- Seek through replay
- View clicks
- Enable/disable hardrock
- Modify map metadata
- Analyze clicks, frametimes and release times
In development
- Export replays
- Modify path
- Modify keypresses
- Music playback
- Shortcuts
