Structs§
- Beatmap
- Represents an osu! beatmap file. Includes information specified in the specification.
- Colour
- An RGB triplet representing a colour.
- Colours
Section - Includes a beatmap’s combo colours as well as slider colour overrides.
- Difficulty
Section - Difficulty modifiers for the beatmap
- Editor
Section - Properties relating to the beatmap editor state
- General
Section - General properties of a beatmap.
- HitCircle
- HitObject
Extras - The extras field is optional and define additional parameters related to the hit sound samples.
- Hold
Note - Metadata
Section - Metadata relating to the beatmap
- Slider
- Spinner
- Timing
Point - Represents a single timing point
Enums§
- Error
- Game
Mode - One of the four currently available osu! gamemodes.
- HitObject
- One of the four possible hit objects appearing on an osu! map.
- Slider
Type - Type of slider curve
Functions§
- parse_
beatmap - Reads input from a string and attempts to output an osu beatmap.