https://github.com/exsper/osucatch-editor-realtimeviewer
A realtime beatmap viewer for beatmap editing (osu!stable editor) in osu!catch.
https://github.com/exsper/osucatch-editor-realtimeviewer
catch mapping osu tool
Last synced: 8 months ago
JSON representation
A realtime beatmap viewer for beatmap editing (osu!stable editor) in osu!catch.
- Host: GitHub
- URL: https://github.com/exsper/osucatch-editor-realtimeviewer
- Owner: Exsper
- License: mit
- Created: 2024-12-28T10:43:30.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-02-05T16:27:19.000Z (8 months ago)
- Last Synced: 2025-02-05T16:36:32.501Z (8 months ago)
- Topics: catch, mapping, osu, tool
- Language: C#
- Homepage:
- Size: 568 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Osucatch Editor Realtime Viewer
A realtime beatmap viewer for beatmap editing (osu!stable editor) in osu!catch.
## Workflow
Editor --(Editor Reader)--> Beatmap --(Osu BeatmapParser)--> HitObjects --(OpenGL)--> Frames
## Used Packages
### for beatmap parser
- System.Numerics.Tensors
### for drawing
- OpenTK
- OpenTK.GLControl## Used Source Code
### for reading editor
- [Editor Reader](https://github.com/Karoo13/EditorReader)
### for parsing beatmap
- [osu](https://github.com/ppy/osu)
- [osu-framework](https://github.com/ppy/osu-framework)
- [osuTK](https://github.com/ppy/osuTK)