gdx-video-desktop

A LibGDX cross platform video rendering extension

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

nl.weeaboo.gdx-video
ArtifactId

ArtifactId

gdx-video-desktop
Last Version

Last Version

1.0.0-anonl
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

gdx-video-desktop
A LibGDX cross platform video rendering extension
Project URL

Project URL

https://github.com/anonl/gdx-video
Source Code Management

Source Code Management

https://github.com/anonl/gdx-video

Download gdx-video-desktop

Dependencies

compile (4)

Group / Artifact Type Version
com.badlogicgames.gdx : gdx-platform jar 1.9.6
nl.weeaboo.gdx-video : gdx-video-desktop-natives jar 1.0.0-anonl
nl.weeaboo.gdx-video : gdx-video jar 1.0.0-anonl
com.badlogicgames.gdx : gdx-backend-lwjgl3 jar 1.9.6

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.0-anonl