Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidb/jme3_ext_swing

an experimental display of JME into JPanel
https://github.com/davidb/jme3_ext_swing

Last synced: 7 days ago
JSON representation

an experimental display of JME into JPanel

Awesome Lists containing this project

README

        

# jme3_ext_swing
an experimental display of JME into JPanel

## the sample demo

available under src/test

![Imgur](http://i.imgur.com/IKrApye.png)

# Install

```
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}

dependencies {
compile 'com.github.davidb:jme3_ext_swing:-SNAPSHOT'
}

```