Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
/ OsuBeatmapParser Public archive

Osu beatmap parser with regular expressions

Notifications You must be signed in to change notification settings

yaggod/OsuBeatmapParser

Repository files navigation

OsuBeatmapParser

Osu beatmap parser with regular expressions

Beatmap used in tests: https://osu.ppy.sh/beatmapsets/773014#osu/2151273

TODO:

  • Avoid code repeating in sections classes
  • Replace group names for patterns by nameof() operator (almost done, only HitObject classes left)
  • Slider path calculator (bezier curve is implemented in https://github.com/yaggod/BezierCurveApp), Point class
  • Osu!mania holds support

Not important:

  • Hitsounds support
  • Events support
  • Colours section support

Done:

  • Proper Key:Value sections parsing
  • Main functionality
  • Timing points support

About

Osu beatmap parser with regular expressions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages