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
- Host: GitHub
- URL: https://github.com/hajimehoshi/go-eossdk
- Owner: hajimehoshi
- License: apache-2.0
- Created: 2023-03-17T11:55:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T08:49:36.000Z (over 2 years ago)
- Last Synced: 2025-04-02T13:11:18.624Z (6 months ago)
- Language: Go
- Homepage:
- Size: 36.7 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)