Giter VIP home page Giter VIP logo

eossdk's Introduction

EOS SDK for Java

mavencentral javadoc

Java JNA wrapper for Epic Online Services SDK

Current status

All possible EOS SDK interfaces/models and callbacks are described, but some JNA-specific errors can happen for untested (gray) interfaces.
So, let me know via issues if you encounter any problems.

+green completed
#gray  completed, but not tested
-red   unimplemented

+ Achivements
+ AntiCheatClient
+ AntiCheatServer
+ Auth
+ Connect
# CustomInvites
# Ecom
+ Friends
# IntegratedPlatform
# KWS
# Leaderboards
# Lobby
+ Logging
+ Metrics
+ Mods
# P2P
+ Platform
# PlayerDataStorage
# Presence
+ ProgressionSnapshot
+ Reports
# RTC
# RTC Audio
# RTC Data
# RTC Admin
+ Sanctions
# Sessions
+ Stats
+ TitleStorage
# UI
# UserInfo

Platform support

Project using JNA library, so all available platforms are supported (for which Epic released a library, of course).

Distribution

New releases are made available on Maven Central, enabling you to employ your preferred dependency management tool for retrieval.

Please note that the library version corresponds to the compatible EOS SDK version (with an added wrapper version after last dot)

// Gradle
dependencies {
    // EOS SDK wrapper library
    implementation "host.anzo:eossdk:1.16.3.+"
}

Of course, for full-fledged work, you will need native EOS SDK libraries. There is two options:

  1. Copy native libraries from EOS SDK distribution to your application classpath/resources manually
  2. Include Maven Central dependencies additionally to wrapper library (version must be corresponds to EOS SDK version, not to a wrapper version):
// Gradle
dependencies {
    // Windows native library
    implementation "host.anzo:eossdk-native-windows:1.16.3"
    // Linux native library
    implementation "host.anzo:eossdk-native-linux:1.16.3"
    // iOS native library
    implementation "host.anzo:eossdk-native-ios:1.16.3"
}

Using & Documentation

During development, I try to preserve the original documentation as much as possible, with an eye to the specifics of javadoc generating.

So you can use Official EOS SDK documentation

Also a basic project is available here (more just "how-to-use" than ready-to-go example)

SAST Tools

PVS-Studio - static analyzer for C, C++, C#, and Java code.

eossdk's People

Contributors

an3orik avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

fossabot

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.