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

https://github.com/blixt/go-starbound


https://github.com/blixt/go-starbound

starbound

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

Starbound utilities for Go
==========================

This is a library to parse Starbound's file formats which are used to
store worlds, player characters, assets, etc.

Feel free to contribute either via submitting pull requests or writing
up issues with suggestions and/or bugs.

**Minimum Go version: 1.8**

File & data formats
-------------------

Check out [FORMATS.md][formats] in the [py-starbound][py-starbound]
project for technical information on Starbound's file and data formats.

Command line utilities
----------------------

The command line utilities are a work in progress...

For now, check out the [Python alternative][py-starbound] for tools.

License
-------

[MIT License](./LICENSE)

[formats]: https://github.com/blixt/py-starbound/blob/master/FORMATS.md
[py-starbound]: https://github.com/blixt/py-starbound