Skip to content

Ayowel/eos-sdk-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epic Games EOS SDK API specifications

This projects provides Epic Games API specifications in a JSON file similar to Steam's API JSON file for easy interoperability layer generation with the C EOS SDK.

Releases use the latest SDK version available at the time of the release and the latest commit's hash at the time of the release.

In most cases, you should use the latest release or a fixed release version.

Build a specification file

To build a specification file:

  • Either manually download and unzip the desired C SDK in a local directory, or use get_sdk.sh to get the latest version:
# Requires curl and jq
./scripts/get_sdk.sh target
unzip -d target target/*.zip 'SDK/Include/*'
  • Build the SDK's JSON representation:
./scripts/build.py target/SDK target/EOS_C_SDK-latest.json

About

JSON description files for Epic Games' EOS SDK's API

Resources

License

Stars

Watchers

Forks

Packages

No packages published