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

https://github.com/davidb/jme3_ext_swing

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

Last synced: about 1 month 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'
}

```