Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/natsukagami/go-osu-parser

A .osu file parser for Golang. A direct port of https://github.com/nojhamster/osu-parser.
https://github.com/natsukagami/go-osu-parser

golang-package json osu osu-libraries parser

Last synced: 2 months ago
JSON representation

A .osu file parser for Golang. A direct port of https://github.com/nojhamster/osu-parser.

Awesome Lists containing this project

README

        

go-osu-parser
=============
[![Build Status](https://travis-ci.org/natsukagami/go-osu-parser.svg?branch=master)](https://travis-ci.org/natsukagami/go-osu-parser)
[![GoDocs Reference](https://img.shields.io/badge/docs-GoDoc-red.svg)](https://godoc.org/github.com/natsukagami/go-osu-parser)

A parser for **Golang** that converts .osu files into Golang objects (and an almost [Node.js osu-parser](https://github.com/nojhamster/osu-parser) compatible JSON). Feel free to give it a try and **post issues** to help me improve it ;)

This is a direct port from the original Node.js version I made while learning Golang.

## Installation

```
go get https://github.com/natsukagami/go-osu-parser
```