Giter Site home page Giter Site logo

java-ldtk-api's Introduction

Java LDTK API data library

What is this repository for?

This repository contains a full data model based on the latest API schema of LDTK (schema-extracted using QuickType). In addition, also provides a set of converters to load the data model from a valid JSON source file.

Examples

Load the data model from a valid LDTK json file:

var projectData = LdtkConverter.fromJsonString(loadResourceFile("./data.json"));

Importing

The library is available as a Maven dependency on repo s01.oss.sonatype.org with the following coordinates:

io.github.joafalves:java-ldtk-api

Notice that the version matches the JSON version of the data model (minimum version is '0.9.3').

Repository:

https://s01.oss.sonatype.org/content/repositories/releases/

Gradle Import:

repositories {
    maven { url 'https://s01.oss.sonatype.org/content/repositories/releases/' }
}

dependencies {
    implementation 'io.github.joafalves:java-ldtk-api:latest.release'
}

Maven Import:

<dependency>
    <groupId>io.github.joafalves</groupId>
    <artifactId>java-ldtk-api</artifactId>
</dependency>

Project Structure

This project is structured as follows:

Root Directory Structure
.src/
    ├── main                    # Main classes
    └── test                    # Test classes
.build.gradle                   # Gradle build file
.settings.gradle                # Gradle settings file

Third-party libs

fasterxml.jackson   (implementation)
lombok              (compile)
junit5              (test)

Setup Requirements

  1. Java 8+
  2. Gradle 6.x+

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact

java-ldtk-api's People

Contributors

joafalves avatar

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.