Giter Club home page Giter Club logo

gdx-video's Introduction

GDX-Video

A LibGDX cross platform video rendering extension

Contents

  • [Getting Started] (#getting-started)
    • [Maven Repositories] (#repositories)
    • [Using with Gradle] (#gradle-dependency-declarations)
    • [Using with Maven] (#maven-dependency-declarations)
  • [Issues] (#issues)
  • [Contributing] (#contributing)
    • [Working from source] (#working-from-source)
  • [Licensing] (#licensing)

Getting Started

Gdx-video is available in maven with Official builds and Snapshot builds. You can find them at the following repositories:

Repositories

Gradle dependency declarations

Core:

compile "com.badlogicgames.gdxvideo:gdx-video:0.0.1"

Desktop:

compile "com.badlogicgames.gdxvideo:gdx-video-desktop:0.0.1"
compile "com.badlogicgames.gdxvideo:gdx-video-platform:0.0.1:natives-desktop"

Android:

compile "com.badlogicgames.gdxvideo:gdx-video-android:0.0.1"

Maven

Core:

<dependency>
  <groupId>com.badlogicgames.gdxvideo</groupId>
  <artifactId>gdx-video</artifactId>
  <version>0.0.1</version>
</dependency>

Desktop:

<dependency>
  <groupId>com.badlogicgames.gdxvideo</groupId>
  <artifactId>gdx-video-desktop</artifactId>
  <version>0.0.1</version>
</dependency>
<dependency>
  <groupId>com.badlogicgames.gdxvideo</groupId>
  <artifactId>gdx-video-platform</artifactId>
  <version>0.0.1</version>
  <classifier>natives-desktop</classifier>
</dependency>

Android:

<dependency>
  <groupId>com.badlogicgames.gdxvideo</groupId>
  <artifactId>gdx-video-android</artifactId>
  <version>0.0.1</version>
</dependency>

Issues

Contributing

Working from source

Licensing

gdx-video's People

Contributors

rbogie avatar manuel-freire avatar tom-ski avatar gjroelofs avatar jltrem 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.