Categorygithub.com/hndada/rg-parser
repository
0.0.0-20220121162902-f5ac4378c706
Repository: https://github.com/hndada/rg-parser.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

rg-parser

Rhythm game file parsers

Usage

go get github.com/hndada/rg-parser

To do

  • Add available extensions

    • BMS files (.bms, ...)
    • o2jam files (.ojn, .ojm)
    • stepmania files
  • Move nofloat, delimiter tag from comment to struct tag

Protocol

  1. Write Format struct and its field structs, tags except json manually
  2. go run gencode.go, then paste to format.go
  3. go run genjsontag.go, then paste to Format struct

Reference

.osu (file format)

.osr (file format)

The OJN Documentation