Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/natsukagami/go-osu-parser
- Owner: natsukagami
- Created: 2017-02-11T04:17:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-21T04:58:56.000Z (over 6 years ago)
- Last Synced: 2024-06-03T00:09:38.288Z (8 months ago)
- Topics: golang-package, json, osu, osu-libraries, parser
- Language: Go
- Homepage:
- Size: 336 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```