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

https://github.com/hajimehoshi/go-eossdk

An Epic Online Services SDK binding for Go
https://github.com/hajimehoshi/go-eossdk

Last synced: about 1 month ago
JSON representation

An Epic Online Services SDK binding for Go

Awesome Lists containing this project

README

          

# go-eossdk

** This project is still work in progress! **

An Epic Online Services SDK binding for Go

## How to use

On Windows, copy this file on the working directory:

* `EOSSDK-Win64-Shipping.dll`

## License

All the source code files are licensed under Apache License 2.0.

These binary files are copied from EOS SDK's `Bin` directory. You must follow [the license](https://dev.epicgames.com/licensing) for these files:

* `EOSSDK-Win64-Shipping.dll`
* `libEOSSDK-Mac-Shipping.dylib`
* `libEOSSDK-Linux-Shipping.so`

## Resources

* [Epic Online Services SDK](https://dev.epicgames.com/sdk)