https://github.com/blixt/go-starbound
https://github.com/blixt/go-starbound
starbound
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blixt/go-starbound
- Owner: blixt
- License: mit
- Created: 2016-08-22T04:07:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T14:15:16.000Z (over 8 years ago)
- Last Synced: 2025-10-11T15:58:39.875Z (8 months ago)
- Topics: starbound
- Language: Go
- Size: 210 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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